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

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 149 - Still Failing!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/149/

5 tests failed.
FAILED:  org.apache.solr.servlet.HttpSolrCallGetCoreTest.test

Error Message:
java.lang.AssertionError: expected:<6> but was:<5>

Stack Trace:
java.lang.AssertionError: expected:<6> but was:<5>
	at __randomizedtesting.SeedInfo.seed([85A08D5536CF4EF3:DF4B28F9833230B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.servlet.HttpSolrCallGetCoreTest.assertCoreChosen(HttpSolrCallGetCoreTest.java:77)
	at org.apache.solr.servlet.HttpSolrCallGetCoreTest.test(HttpSolrCallGetCoreTest.java:59)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([85A08D5536CF4EF3:F1734B4606A83F5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([85A08D5536CF4EF3:D81BFF8BE882F609]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20445 lines...]
ERROR: The following test(s) have failed:
  - org.apache.solr.servlet.HttpSolrCallGetCoreTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.servlet.HttpSolrCallGetCoreTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.servlet.HttpSolrCallGetCoreTest" -Ptests.seed=85A08D5536CF4EF3 -Ptests.multiplier=2 -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=85A08D5536CF4EF3 -Ptests.multiplier=2 -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=85A08D5536CF4EF3 -Ptests.multiplier=2 -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=85A08D5536CF4EF3 -Ptests.multiplier=2 -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=85A08D5536CF4EF3 -Ptests.multiplier=2 -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 40

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 440 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name], nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.awaitility:awaitility]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.31.v20200723.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.1.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.31.v20200723-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.1.jar.sha1

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/missing-docs-check.gradle' line: 105

* What went wrong:
Execution failed for task ':lucene:benchmark:checkMissingDocsDefault'.
> Javadoc verification failed:
  
  /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/benchmark/build/docs/javadoc/org/apache/lucene/benchmark/utils/package-summary.html
    missing description: PropertiesUtil
  
  Missing javadocs were found!


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

21: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

27: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrTinyBuilder.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

28: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 242

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 264 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:617, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:710, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:716, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:1033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:287, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:335, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:379, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:453, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:497, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:521, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:847, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:126, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:201, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1062, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1640, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:582, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1276, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1381, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2092, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2102, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2121, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/so

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

e/solr/cloud/ZkTestServer.java:830, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:838, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:306, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:394, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:931, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:938, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:475, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:600, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:608).

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

38: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

39: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

40: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

43: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/

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

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:analysis:common:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/

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

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

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

BUILD FAILED in 20m 50s
766 actionable tasks: 766 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 400 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/400/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42363/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:42363/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([D4D24313CA3E7FE4:5C867CC964C2121C]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 36 object(s) that were not released!!! [SolrIndexWriter, ConnectionManager, ByteBuffersDirectory, SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, CommitTracker, ConnectionManager, SolrIndexWriter, CommitTracker, ByteBuffersDirectory, ConnectionManager, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, SolrCore, DirectUpdateHandler2, ParWorkExecutor, SolrIndexSearcher, SolrIndexSearcher, CommitTracker, SolrCore, ByteBuffersDirectory, CommitTracker, CommitTracker, SolrZkClient, ParWorkExecutor, DirectUpdateHandler2, SolrZkClient, ByteBuffersDirectory, CommitTracker, DirectUpdateHandler2, SolrIndexWriter, SolrZkClient, SolrCore]
org.apache.solr.update.SolrIndexWriter@2b7a373c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@5f2e27b5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@474bf786 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a2157b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@6836c96[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2a04c804 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bfc879
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@23ece5d6[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@706ea83c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@481bf7c6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1a0277e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53198c71
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@47a089ef
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@71eba521 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33af8dc9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5cd1924f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73f3e0ed
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@64f28134 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cf012ea
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@ed15c01 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13157d01
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@d9c1e6b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@5bf1af84
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@6676236d[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.h

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 25m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 399 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/399/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.012 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 10s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 398 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/398/

3 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([47BA24A0B41E9789]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:501)
	at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9038, name=RootExec-SUITE-RecoveryZkTest-seed#[47BA24A0B41E9789]-worker8686-processing-n:127.0.0.1:41953_solr x:recoverytest_s1_r_n1 c:recoverytest s:s1 r:recoverytest_s1_r_n1, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9038, name=RootExec-SUITE-RecoveryZkTest-seed#[47BA24A0B41E9789]-worker8686-processing-n:127.0.0.1:41953_solr x:recoverytest_s1_r_n1 c:recoverytest s:s1 r:recoverytest_s1_r_n1, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([47BA24A0B41E9789]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404840@210adc16 rejected from org.apache.solr.common.ParWorkExecutor@30101537[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1276]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404840@210adc16 rejected from org.apache.solr.common.ParWorkExecutor@30101537[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1276]
	at __randomizedtesting.SeedInfo.seed([47BA24A0B41E9789]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:118)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22187 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.946 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47BA24A0B41E9789 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47BA24A0B41E9789 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=47BA24A0B41E9789 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-S

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 397 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/397/

8 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39605/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39605/solr/collection1
	at __randomizedtesting.SeedInfo.seed([918AD665FF68329A:19DEE9BF51945F62]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:691)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:505)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:480)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doRootShardRoutingTest(NestedShardedAtomicUpdateTest.java:100)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:58)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 42 object(s) that were not released!!! [SolrCmdDistributor, Http2SolrClient, Http2SolrClient, CommitTracker, SolrCore, Http2SolrClient, SolrCmdDistributor, SolrCmdDistributor, Http2SolrClient, Http2SolrClient, SolrIndexSearcher, SolrCmdDistributor, Http2SolrClient, Http2SolrClient, Http2SolrClient, SolrCmdDistributor, SolrCmdDistributor, SolrCmdDistributor, Http2SolrClient, Http2SolrClient, SolrCmdDistributor, SolrCmdDistributor, Http2SolrClient, Http2SolrClient, ConnectionManager, Http2SolrClient, SolrIndexWriter, SolrCmdDistributor, SolrCmdDistributor, SolrCmdDistributor, CommitTracker, ByteBuffersDirectory, SolrCmdDistributor, ByteBuffersDirectory, ParWorkExecutor, Http2SolrClient, Http2SolrClient, SolrCmdDistributor, DirectUpdateHandler2, ByteBuffersDirectory, SolrCmdDistributor, SolrZkClient]
org.apache.solr.update.SolrCmdDistributor@7c69b00e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@55b07bdd
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@6eb78637
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@187dfc38
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@5daadf20
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@4d3ec1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@31f49038
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@c3b0b13
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@4fbe6856
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@42d72064[collection1_s4_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@6cb1636b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@1bb199fd
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@12c22ba1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@7bdcb61c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@32804169
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at o

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 27m 9s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 396 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/396/

2 tests failed.
FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=hello_world :DocCollection(hello_world::v=5)={
  "shards":{
    "s3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "hello_world_s3_r_n2":{
          "node_name":"127.0.0.1:35683_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "hello_world_s3_r_n1":{
          "node_name":"127.0.0.1:36649_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "hello_world_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:35097_solr",
          "type":"NRT"},
        "hello_world_s1_r_n2":{
          "state":"down",
          "node_name":"127.0.0.1:36649_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "hello_world_s2_r_n1":{
          "node_name":"127.0.0.1:35683_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "hello_world_s2_r_n2":{
          "node_name":"127.0.0.1:35097_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=hello_world :DocCollection(hello_world::v=5)={
  "shards":{
    "s3":{
      "range":"2aaa0000-7fffffff",
      "state":"active",
      "replicas":{
        "hello_world_s3_r_n2":{
          "node_name":"127.0.0.1:35683_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "hello_world_s3_r_n1":{
          "node_name":"127.0.0.1:36649_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-d554ffff",
      "state":"active",
      "replicas":{
        "hello_world_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:35097_solr",
          "type":"NRT"},
        "hello_world_s1_r_n2":{
          "state":"down",
          "node_name":"127.0.0.1:36649_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"d5550000-2aa9ffff",
      "state":"active",
      "replicas":{
        "hello_world_s2_r_n1":{
          "node_name":"127.0.0.1:35683_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "hello_world_s2_r_n2":{
          "node_name":"127.0.0.1:35097_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([65E8CEE010E78DF6]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.HelloWorldSolrCloudTestCase.setupCluster(HelloWorldSolrCloudTestCase.java:61)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([65E8CEE010E78DF6:EDBCF13ABE1BE00E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22183 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.613 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=65E8CEE010E78DF6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=65E8CEE010E78DF6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at:

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 395 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/395/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46603/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46603/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([2C1228A80C613A33:A4461772A29D57CB]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 36 object(s) that were not released!!! [DirectUpdateHandler2, SolrCore, SolrIndexWriter, ByteBuffersDirectory, DirectUpdateHandler2, SolrCore, ByteBuffersDirectory, ParWorkExecutor, CommitTracker, ConnectionManager, SolrIndexWriter, ConnectionManager, SolrIndexSearcher, CommitTracker, SolrZkClient, ByteBuffersDirectory, CommitTracker, SolrZkClient, ConnectionManager, ParWorkExecutor, SolrZkClient, SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, SolrIndexSearcher, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory]
org.apache.solr.update.DirectUpdateHandler2@25cb013e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@99f5131
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@3b93a441
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@51384b6b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6665a1fc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@8e6b1bf
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@500967ab
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@41ff2060 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d6c0e44
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7a4534a9[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@14f03dbd
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@697a1c64
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@297e9c3f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@46031aaa[collection1_s3_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@135e22e6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6fb0619a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c31bca2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@68c5ddc0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@3c59d0e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContex

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 25m 4s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 394 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/394/

All tests passed

Build Log:
[...truncated 19731 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.064 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 2s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 393 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/393/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.341 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 392 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/392/

All tests passed

Build Log:
[...truncated 19735 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.665 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 391 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/391/

3 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([B9B736480E7D2348]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:501)
	at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9034, name=RootExec-SUITE-RecoveryZkTest-seed#[B9B736480E7D2348]-worker8680-processing-n:127.0.0.1:39049_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9034, name=RootExec-SUITE-RecoveryZkTest-seed#[B9B736480E7D2348]-worker8680-processing-n:127.0.0.1:39049_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([B9B736480E7D2348]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440@5ef11e38 rejected from org.apache.solr.common.ParWorkExecutor@501e7f63[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1302]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440@5ef11e38 rejected from org.apache.solr.common.ParWorkExecutor@501e7f63[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1302]
	at __randomizedtesting.SeedInfo.seed([B9B736480E7D2348]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:118)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22094 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.135 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B9B736480E7D2348 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B9B736480E7D2348 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B9B736480E7D2348 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 21m 52s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 390 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/390/

1 tests failed.
FAILED:  org.apache.solr.handler.component.TermVectorComponentDistributedTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43777/collection1: org.apache.solr.client.solrj.SolrServerException: java.lang.ArithmeticException: / by zero

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43777/collection1: org.apache.solr.client.solrj.SolrServerException: java.lang.ArithmeticException: / by zero
	at __randomizedtesting.SeedInfo.seed([AE4771610C50744D:26134EBBA2AC19B5]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:629)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:681)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:659)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:638)
	at org.apache.solr.handler.component.TermVectorComponentDistributedTest.test(TermVectorComponentDistributedTest.java:185)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1110)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1056)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22507 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.515 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.handler.component.TermVectorComponentDistributedTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.component.TermVectorComponentDistributedTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.component.TermVectorComponentDistributedTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE4771610C50744D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gra

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 21m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 389 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/389/

4 tests failed.
FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35013/solr/test_col/update?commit=true&_stateVer_=test_col%3A6&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35013/solr/test_col/update?commit=true&_stateVer_=test_col%3A6&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([F5A50E5400773EFE:C964DBE4770AC0EC]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.deleteAllDocs(TestTolerantUpdateProcessorRandomCloud.java:126)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 46 more


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 14 object(s) that were not released!!! [CommitTracker, Http2SolrClient, ParWorkExecutor, ByteBuffersDirectory, SolrCmdDistributor, SolrZkClient, ByteBuffersDirectory, CommitTracker, SolrIndexWriter, ConnectionManager, ByteBuffersDirectory, DirectUpdateHandler2, SolrIndexSearcher, SolrCore]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@7231f434
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@24b4e36b[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@183971fc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45a7bf07
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@277219d4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@5dfefdf6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@43b44e86 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22d44bb0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4e48e94b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@2e9a4997
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7e1618ce lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a24fcc5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3457f3d8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@d5bac91[test_col_s3_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@515eb64c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 14 object(s) that were not released!!! [CommitTracker, Http2SolrClient, ParWorkExecutor, ByteBuffersDirectory, SolrCmdDistributor, SolrZkClient, ByteBuffersDirectory, CommitTracker, SolrIndexWriter, ConnectionManager, ByteBuffersDirectory, DirectUpdateHandler2, SolrIndexSearcher, SolrCore]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@7231f434
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:17

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 24m 33s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 388 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/388/

2 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=dv_coll :DocCollection(dv_coll::v=5)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"dv_coll_s3_r_n1":{
          "node_name":"127.0.0.1:40277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"dv_coll_s4_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:33277_solr",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"dv_coll_s1_r_n1":{
          "node_name":"127.0.0.1:40277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"dv_coll_s2_r_n1":{
          "node_name":"127.0.0.1:33277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=dv_coll :DocCollection(dv_coll::v=5)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"dv_coll_s3_r_n1":{
          "node_name":"127.0.0.1:40277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"dv_coll_s4_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:33277_solr",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"dv_coll_s1_r_n1":{
          "node_name":"127.0.0.1:40277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"dv_coll_s2_r_n1":{
          "node_name":"127.0.0.1:33277_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([1CB0261F5C4DF9E8]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:95)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([1CB0261F5C4DF9E8:B45AD5E2AB5D192D]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21661 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.572 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DocValuesNotIndexedTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DocValuesNotIndexedTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DocValuesNotIndexedTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1CB0261F5C4DF9E8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1CB0261F5C4DF9E8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLo

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 21m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 387 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/387/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([84DF04900C5074D2:C8B3B4AA2AC192A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19973 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.252 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84DF04900C5074D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious l

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 386 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/386/

All tests passed

Build Log:
[...truncated 19735 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.058 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

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

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 4s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 385 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/385/

All tests passed

Build Log:
[...truncated 19731 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.688 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

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

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

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

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

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

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

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

BUILD FAILED in 22m 19s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 384 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/384/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.772 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

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

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

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

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

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

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

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

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

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

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

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

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

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

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

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

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

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

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

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

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

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

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

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

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

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

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

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

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

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

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

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

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

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

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

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

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

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

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

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 47s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 383 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/383/

3 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([44C4506C63B679B7]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:501)
	at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=8981, name=RootExec-SUITE-RecoveryZkTest-seed#[44C4506C63B679B7]-worker8624-processing-n:127.0.0.1:46413_solr x:recoverytest_s1_r_n1 c:recoverytest s:s1 r:recoverytest_s1_r_n1, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=8981, name=RootExec-SUITE-RecoveryZkTest-seed#[44C4506C63B679B7]-worker8624-processing-n:127.0.0.1:46413_solr x:recoverytest_s1_r_n1 c:recoverytest s:s1 r:recoverytest_s1_r_n1, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([44C4506C63B679B7]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440@632eaee9 rejected from org.apache.solr.common.ParWorkExecutor@2cfe4711[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1258]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100404440@632eaee9 rejected from org.apache.solr.common.ParWorkExecutor@2cfe4711[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1258]
	at __randomizedtesting.SeedInfo.seed([44C4506C63B679B7]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:118)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21900 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.865 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=44C4506C63B679B7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=44C4506C63B679B7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=44C4506C63B679B7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 382 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/382/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=7)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:36369_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42749_solr",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:34415_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:42749_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "node_name":"127.0.0.1:36369_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:42749_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:34415_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "node_name":"127.0.0.1:34415_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:36369_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=7)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:36369_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42749_solr",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:34415_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:42749_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "node_name":"127.0.0.1:36369_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:42749_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:34415_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:42329_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "node_name":"127.0.0.1:34415_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:36369_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([ED45229ABECF2C62:7370466298EC60EA]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:44)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 23548 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.785 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestDeleteCollectionOnDownNodes" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED45229ABECF2C62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true'

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 381 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/381/

All tests passed

Build Log:
[...truncated 19759 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.724 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 4s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 380 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/380/

All tests passed

Build Log:
[...truncated 19736 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.312 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 16s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 379 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/379/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 18 object(s) that were not released!!! [CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexSearcher, SolrIndexWriter, SolrCore, DirectUpdateHandler2, SolrCmdDistributor, ParWorkExecutor, CommitTracker, SolrCmdDistributor, ConnectionManager, Http2SolrClient, SolrZkClient, Http2SolrClient, Http2SolrClient, SolrCmdDistributor]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5c7ac886 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a60ae01
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6d59a690 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@377f8cf2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@490d2f88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29e1fc24
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@6bd7237d[collection1_s2_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6d50237e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@5f131e75
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@73a99537
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@325ba5cc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@2e28c9e9[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.server.HTTP2ServerConnection.onOpen(HTTP2ServerConnection.java:147)
	at org.eclipse.jetty.io.AbstractEndPoint.upgrade(AbstractEndPoint.java:444)
	at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:388)
	at org.eclipse.jetty.server.HttpChannelOverHttp.upgrade(HttpChannelOverHttp.java:480)
	at org.eclipse.jetty.server.HttpChannelOverHttp.headerComplete(HttpChannelOverHttp.java:371)
	at org.eclipse.jetty.http.HttpParser.parseFields(HttpParser.java:1225)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1508)
	at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:364)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:261)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@71aa2c36
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@2073d65d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@11b9e7ef
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@7e74eae4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@4217e3e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@6c22bf9e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:5

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 378 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/378/

5 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45693/solr/collection1: no servers hosting shard: 

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45693/solr/collection1: no servers hosting shard: 
	at __randomizedtesting.SeedInfo.seed([B49936B8130EE2F:831DACB12FCC83D7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:680)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:157)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:57)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.classMethod

Error Message:
org.apache.solr.common.SolrException: org.apache.solr.common.WorkException: Ran into an error while doing work!

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.WorkException: Ran into an error while doing work!
	at __randomizedtesting.SeedInfo.seed([B49936B8130EE2F]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:347)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.beforeTestDeleteCollectionOnDownNodes(TestDeleteCollectionOnDownNodes.java:36)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.common.WorkException: Ran into an error while doing work!
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:581)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
Caused by: java.util.concurrent.TimeoutException: Timeout waiting for live nodes, currently they are: [127.0.0.1:33995_solr]
	at org.apache.solr.common.cloud.ZkStateReader.waitForLiveNodes(ZkStateReader.java:2021)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:616)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	... 8 more


FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 29 object(s) that were not released!!! [UpdateShardHandler, LBHttp2SolrClient, Http2SolrClient, SolrQueuedThreadPool, Http2SolrClient, ZkController, Http2SolrClient, SolrQueuedThreadPool, Http2SolrClient, SolrClientCache, Http2SolrClient, ZkStateReader, SolrInternalHttpClient, InternalHttpClient, LBHttp2SolrClient, SolrInternalHttpClient, ConnectionManager, SolrZkClient, Http2SolrClient, JettySolrRunner, CoreContainer, OverseerElectionContext, SolrInternalHttpClient, LBHttp2SolrClient, Http2SolrClient, SolrInternalHttpClient, SolrQueuedThreadPool, SolrQueuedThreadPool, CloudHttp2SolrClient]
org.apache.solr.update.UpdateShardHandler@170ff3bd
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.UpdateShardHandler
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:84)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@19678a0e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.LBHttp2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:300)
	at org.apache.solr.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:279)
	at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:60)
	at org.apache.solr.core.CoreContainer.lambda$new$2(CoreContainer.java:381)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@50b1e862
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:114)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

SolrQueuedThreadPool[qtp1779729502]@6a14845e{STARTED,6<=6<=512,i=0,r=4,q=0}[ReservedThreadExecutor@2cb73b3{s=0/4,p=0}]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.SolrQueuedThreadPool
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:160)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:132)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:125)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:220)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:178)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:135)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@388bc4c7
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:78)
	at org.apache.solr.cloud.Overseer.start(Overseer.java:299)
	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:96)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:234)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:367)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:273)
	at org.apache.solr.cloud.ZkController.lambda$init$9(ZkController.java:1190)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1214)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.cloud.ZkController@76655b31
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.ZkController
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:382)
	at org.apache.solr.core.ZkContainer.initZooKeeper(ZkContainer.java:156)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:390)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@99fd8b8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:78)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:108)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:309)
	at org.apache.solr.cloud.ZkController.getSolrCloudManager(ZkController.java:802)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1179)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

SolrQueuedThreadPool[qtp2096025487]@7ceecf8f{STARTED,6<=6<=512,i=0,r=4,q=0}[ReservedThreadExecutor@6a2899d8{s=0/4,p=0}]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.SolrQueuedThreadPool
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:160)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:132)
	at org.apache.solr.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:125)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:220)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:178)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.cloud.Overseer.start(Overseer.java:297)
	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:96)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:234)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:367)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:273)
	at org.apache.solr.cloud.ZkController.lambda$init$9(ZkController.java:1190)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1214)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@20426a96
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:78)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:279)
	at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:60)
	at org.apache.solr.core.CoreContainer.lambda$new$2(CoreContainer.java:381)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.io.SolrClientCache@3c529464
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.io.SolrClientCache
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:75)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:718)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@456d2420
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:128)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ZkStateReader@762693e8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ZkStateReader
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:315)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1163)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

SolrInternalHttpClient@1467b5dd{STARTED}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.SolrInternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:240)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:178)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:114)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.http.impl.client.InternalHttpClient@6b53bf1c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:380)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:105)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@6b8a6b36
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.LBHttp2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:300)
	at org.apache.solr.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:108)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:309)
	at org.apache.solr.cloud.ZkController.getSolrCloudManager(ZkController.java:802)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1179)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

SolrInternalHttpClient@37e4884e{STARTED}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.SolrInternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:240)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:178)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:135)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:388)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@28d22161
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@401ac514
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@6baab540
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.cloud.Overseer.start(Overseer.java:297)
	at org.apache.solr.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:96)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:234)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:367)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:273)
	at org.apache.solr.cloud.ZkController.lambda$init$9(ZkController.java:1190)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1214)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

JettySolrRunner: http://127.0.0.1:42495/solr
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.embedded.JettySolrRunner
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:270)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:256)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:243)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:533)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.CoreContainer@29a29d7f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.CoreContainer
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:334)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:324)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.cloud.OverseerElectionContext@74b41e3e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.cloud.OverseerElectionContext
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.cloud.ElectionContext.<init>(ElectionContext.java:44)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.<init>(ShardLeaderElectionContextBase.java:54)
	at org.apache.solr.cloud.OverseerElectionContext.<init>(OverseerElectionContext.java:49)
	at org.apache.solr.cloud.ZkController.getOverseerContext(ZkController.java:567)
	at org.apache.solr.cloud.ZkController.lambda$init$9(ZkController.java:1185)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:1214)
	at org.apache.solr.cloud.ZkController.start(ZkController.java:563)
	at org.apache.solr.core.ZkContainer.start(ZkContainer.java:176)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:680)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:331)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

SolrInternalHttpClient@4f8e589f{STARTED}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.SolrInternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:240)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:178)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:128)
	at org.apache.solr.core.CoreContainer.lambda$new$1(CoreContainer.java:374)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.core.CoreContainer.<in

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 29s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 377 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/377/

All tests passed

Build Log:
[...truncated 19735 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.608 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 1s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 376 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/376/

All tests passed

Build Log:
[...truncated 19758 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.431 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 375 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/375/

All tests passed

Build Log:
[...truncated 19736 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.086 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 374 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/374/

All tests passed

Build Log:
[...truncated 19733 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.605 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 36s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 373 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/373/

All tests passed

Build Log:
[...truncated 19758 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.231 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 46s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 372 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/372/

All tests passed

Build Log:
[...truncated 19733 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.681 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 6s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 371 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/371/

All tests passed

Build Log:
[...truncated 19734 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.933 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 370 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/370/

4 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doHashingTest

Error Message:
org.apache.solr.client.solrj.impl.BaseCloudSolrClient$RouteException: Idle timeout expired: 15000/15000 ms

Stack Trace:
org.apache.solr.client.solrj.impl.BaseCloudSolrClient$RouteException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([53292360D7FECA8C:66241E1C09657AA6]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.getRouteException(BaseCloudSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClient.doParallelUpdate(CloudHttp2SolrClient.java:166)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:527)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:178)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:157)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.indexDoc(SolrCloudBridgeTestCase.java:580)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.index(SolrCloudBridgeTestCase.java:370)
	at org.apache.solr.cloud.ShardRoutingTest.doAddDoc(ShardRoutingTest.java:306)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:121)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Idle timeout expired: 15000/15000 ms
	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
	at org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
	at org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
	at org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
	at org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
	at org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2.onIdleTimeout(HttpReceiverOverHTTP2.java:193)
	at org.eclipse.jetty.http2.HTTP2Stream.notifyIdleTimeout(HTTP2Stream.java:652)
	at org.eclipse.jetty.http2.HTTP2Stream.onIdleExpired(HTTP2Stream.java:243)
	at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:171)
	at org.eclipse.jetty.io.IdleTimeout.idleCheck(IdleTimeout.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	... 1 more
Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	... 8 more


FAILED:  org.apache.solr.cloud.ShardRoutingTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 14 object(s) that were not released!!! [NRTCachingDirectory, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, SolrCore, DirectUpdateHandler2, SolrZkClient, ConnectionManager, NRTCachingDirectory, CommitTracker, SolrCmdDistributor, Http2SolrClient, SolrIndexWriter, CommitTracker]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_53292360D7FECA8C-001/tempDir-003/node4/collection1_s4_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eafc4be; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7796c1a1[collection1_s4_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3dd95182[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_53292360D7FECA8C-001/tempDir-003/node4/collection1_s4_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f691e1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@65b359ba
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@26ce4c10
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@6022b92f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@92ceda6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_53292360D7FECA8C-001/tempDir-003/node4/collection1_s4_r_n1/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19094c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@57d5f9e5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@68b19cc9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2e6ed6f3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 14 object(s) that were not released!!! [NRTCachingDirectory, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, SolrCore, DirectUpdateHandler2, SolrZkClient, ConnectionManager, NRTCachingDirectory, CommitTracker, SolrCmdDistributor, Http2SolrClient, SolrIndexWriter, CommitTracker]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_53292360D7FECA8C-001/tempDir-003/node4/collection1_s4_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eafc4be; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7796c1a1[collection1_s4_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3dd95182[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_53292360D7FECA8C-001/tempDir-003/node4/collection1_s4_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f691e1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@65b359ba
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.Scoped

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 52s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 369 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/369/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37161/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:37161/solr/collection1
	at __randomizedtesting.SeedInfo.seed([B7D77BEA2DE329D8:3F834430831F4420]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:691)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:505)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:480)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:156)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:57)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 16 object(s) that were not released!!! [CommitTracker, CommitTracker, Http2SolrClient, Http2SolrClient, SolrCore, SolrIndexSearcher, SolrCmdDistributor, SolrIndexWriter, ByteBuffersDirectory, ConnectionManager, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, SolrZkClient, SolrCmdDistributor, DirectUpdateHandler2]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@25b0b43b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@24d7623d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@680c5f07
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@2fde8224[collection1_s2_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@5c8a06a6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@79881142
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2d5c0e88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@59d72b79
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@547f3b5d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3b235494 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@236744f4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@408fafda lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57595d20
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@b045b83[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@6311330b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@16c53ceb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@d01ceee
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.s

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 33m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 368 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/368/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([25A211E53F747FE0:ADF62E3F91881218]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19866 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.587 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=25A211E53F747FE0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Paramet

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 367 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/367/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.532 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 14s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 366 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/366/

All tests passed

Build Log:
[...truncated 19762 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.522 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 7s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 365 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/365/

5 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:45951/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:45951/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([9B2F03EEBE5B6321:488456DC819ADAF0]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 46 more


FAILED:  org.apache.solr.cloud.ShardRoutingTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 36 object(s) that were not released!!! [NRTCachingDirectory, SolrZkClient, ConnectionManager, CommitTracker, ConnectionManager, SolrZkClient, NRTCachingDirectory, CommitTracker, CommitTracker, CommitTracker, SolrCore, NRTCachingDirectory, CommitTracker, SolrCore, SolrIndexWriter, DirectUpdateHandler2, SolrZkClient, NRTCachingDirectory, NRTCachingDirectory, ConnectionManager, SolrIndexSearcher, ParWorkExecutor, SolrIndexSearcher, CommitTracker, SolrCore, SolrIndexWriter, NRTCachingDirectory, ParWorkExecutor, ParWorkExecutor, DirectUpdateHandler2, NRTCachingDirectory, SolrIndexSearcher, DirectUpdateHandler2, NRTCachingDirectory, NRTCachingDirectory, SolrIndexWriter]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_9B2F03EEBE5B6321-001/tempDir-002/node4/collection1_s1_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@458abe5a; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@6839c89e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@5f63a2a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@40a30fb5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@2e99d1b3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_9B2F03EEBE5B6321-001/tempDir-002/node4/collection1_s1_r_n1/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62c483df; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@74fb86c0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_9B2F03EEBE5B6321-001/tempDir-002/node3/collection1_s4_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75a0d514; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@25d51fa0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@14b40df1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@11e34f0a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@5f8764bf
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_9B2F03EEBE5B6321-001/tempDir-002/node2/collection1_s2_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e15e02a; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doF

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 25m 50s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 364 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/364/

All tests passed

Build Log:
[...truncated 19733 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.879 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 59s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 363 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/363/

4 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=7)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"recovering",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:40635_solr",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:39693_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:40635_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:40635_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:39693_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:39693_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=7)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"recovering",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:40635_solr",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:39693_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:40635_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:40635_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:39693_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:39693_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "node_name":"127.0.0.1:33891_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:34249_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([829C18EE4B4D8376:1CA97C166D6ECFFE]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:44)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 26 object(s) that were not released!!! [CommitTracker, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ConnectionManager, SolrCore, ParWorkExecutor, ConnectionManager, SolrIndexWriter, DirectUpdateHandler2, SolrZkClient, ByteBuffersDirectory, SolrIndexWriter, SolrIndexSearcher, SolrCore, DirectUpdateHandler2, Http2SolrClient, ByteBuffersDirectory, ParWorkExecutor, SolrZkClient, SolrCmdDistributor, SolrIndexSearcher, CommitTracker, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@a0949fd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@232487af
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3b7d11ac lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71f8cbdb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@5b2fc5b2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@594343b9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@fccf9e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@2bb776a6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2c46a52
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@9cf06e8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@60d1317b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@45065cf1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78a73f4f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4e7bd76f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@55b37af4[halfdeletedcollection2_s3_r_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@3682842a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@6df4014a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@1aab773a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.uti

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 16s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 362 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/362/

All tests passed

Build Log:
[...truncated 19756 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.096 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 9s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 361 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/361/

4 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, CommitTracker, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, ParWorkExecutor, ByteBuffersDirectory, SolrIndexSearcher]
org.apache.solr.update.DirectUpdateHandler2@49184f90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@55cbf927
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@34bafe31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2688b9c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7e4ad5c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d2b7e14
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@136eef1e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:738)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@c05e0ce[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6344a589 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@712cddda
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@655fc22a[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2233)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:739)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, CommitTracker, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, ParWorkExecutor, ByteBuffersDirectory, SolrIndexSearcher]
org.apache.solr.update.DirectUpdateHandler2@49184f90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@55cbf927
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@34bafe31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2688b9c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7e4ad5c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d2b7e14
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@136eef1e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:738)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@c05e0ce[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6344a589 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@712cddda
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@655fc22a[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2233)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:739)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, CommitTracker, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, ParWorkExecutor, ByteBuffersDirectory, SolrIndexSearcher]
org.apache.solr.update.DirectUpdateHandler2@49184f90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@55cbf927
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@34bafe31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2688b9c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7e4ad5c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d2b7e14
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@136eef1e
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:738)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@c05e0ce[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6344a589 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@712cddda
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@655fc22a[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2233)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:739)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, CommitTracker, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, ParWorkExecutor, ByteBuffersDirectory, SolrIndexSearcher]
org.apache.solr.update.DirectUpdateHandler2@49184f90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@55cbf927
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:735)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1634)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3231)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:245)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@34bafe31 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2688b9c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 46s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 360 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/360/

All tests passed

Build Log:
[...truncated 19732 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.221 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 46s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 359 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/359/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37681/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37681/solr/admin/collections?action=CREATE&name=collection1&collection.configName=_default&numShards=4&maxShardsPerNode=10&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([764664BA53D51B17:FE125B60FD2976EF]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 48 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, SolrCore, ByteBuffersDirectory, ConnectionManager, CommitTracker, CommitTracker, CommitTracker, SolrCore, ByteBuffersDirectory, CommitTracker, CommitTracker, DirectUpdateHandler2, SolrIndexSearcher, ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, CommitTracker, CommitTracker, ParWorkExecutor, ByteBuffersDirectory, DirectUpdateHandler2, SolrIndexWriter, ByteBuffersDirectory, ConnectionManager, SolrZkClient, SolrZkClient, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexSearcher, SolrCore, ParWorkExecutor, SolrZkClient, SolrZkClient, ByteBuffersDirectory, SolrIndexSearcher, DirectUpdateHandler2, SolrIndexWriter, ConnectionManager, SolrCore, DirectUpdateHandler2, ConnectionManager, ByteBuffersDirectory, ParWorkExecutor, SolrIndexWriter]
Searcher@77ddb2b[collection1_s4_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@227013f8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e74045
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@24a186e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@44c23199 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39b013c0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@6d8df49c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@7a1f3721
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@15594042 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4effd0f7
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@131da3f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@e20bc75[collection1_s3_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@31e674a[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@54a7218b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@71e07614
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkT

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 25m 30s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 358 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/358/

All tests passed

Build Log:
[...truncated 19758 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.945 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 357 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/357/

All tests passed

Build Log:
[...truncated 19735 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.697 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 12s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 356 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/356/

All tests passed

Build Log:
[...truncated 19762 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.554 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 14s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 355 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/355/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.931 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 10s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 354 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/354/

4 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([3D61740AA94BC863]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:501)
	at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9044, name=RootExec-SUITE-RecoveryZkTest-seed#[3D61740AA94BC863]-worker8681-processing-n:127.0.0.1:42757_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9044, name=RootExec-SUITE-RecoveryZkTest-seed#[3D61740AA94BC863]-worker8681-processing-n:127.0.0.1:42757_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([3D61740AA94BC863]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440@18fc0166 rejected from org.apache.solr.common.ParWorkExecutor@40f7c88c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1225]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440@18fc0166 rejected from org.apache.solr.common.ParWorkExecutor@40f7c88c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1225]
	at __randomizedtesting.SeedInfo.seed([3D61740AA94BC863]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:118)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([3D61740AA94BC863:B5354BD007B7A59B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22438 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.948 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D61740AA94BC863 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D61740AA94BC863 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D61740AA94BC863 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D61740AA94BC863 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
   

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 55s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 353 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/353/

1 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([ED84A19821864ABE:1ECAF525786A6304]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20072 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.489 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED84A19821864ABE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 34s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 352 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/352/

All tests passed

Build Log:
[...truncated 19733 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.237 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 51s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 351 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/351/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([1898CDF25CA72145:90CCF228F25B4CBD]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19969 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 34.463 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1898CDF25CA72145 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspic

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 12s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 350 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/350/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=9)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:39529_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "node_name":"127.0.0.1:41169_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:36519_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:41169_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "state":"down",
          "node_name":"127.0.0.1:39529_solr",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:41169_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:36519_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "state":"active",
          "node_name":"127.0.0.1:36519_solr",
          "type":"NRT",
          "leader":"true"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:39529_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=halfdeletedcollection2 :DocCollection(halfdeletedcollection2::v=9)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s3_r_n2":{
          "node_name":"127.0.0.1:39529_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n1":{
          "node_name":"127.0.0.1:41169_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s3_r_n3":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s4_r_n1":{
          "node_name":"127.0.0.1:36519_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n2":{
          "node_name":"127.0.0.1:41169_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s4_r_n3":{
          "state":"down",
          "node_name":"127.0.0.1:39529_solr",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s1_r_n3":{
          "node_name":"127.0.0.1:41169_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n1":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s1_r_n2":{
          "node_name":"127.0.0.1:36519_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{
        "halfdeletedcollection2_s2_r_n2":{
          "node_name":"127.0.0.1:40471_solr",
          "state":"active",
          "type":"NRT"},
        "halfdeletedcollection2_s2_r_n3":{
          "state":"active",
          "node_name":"127.0.0.1:36519_solr",
          "type":"NRT",
          "leader":"true"},
        "halfdeletedcollection2_s2_r_n1":{
          "node_name":"127.0.0.1:39529_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([77E4A2FEE503C881:E9D1C606C3208409]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:44)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 23511 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.663 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestDeleteCollectionOnDownNodes" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=77E4A2FEE503C881 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 3s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 349 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/349/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=test_col :DocCollection(test_col::v=7)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "test_col_s1_r_n1":{
          "node_name":"127.0.0.1:42499_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n2":{
          "node_name":"127.0.0.1:37075_solr",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n3":{
          "node_name":"127.0.0.1:44741_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "test_col_s2_r_n1":{
          "node_name":"127.0.0.1:35637_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n2":{
          "node_name":"127.0.0.1:34929_solr",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n3":{
          "state":"down",
          "node_name":"127.0.0.1:33691_solr",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=test_col :DocCollection(test_col::v=7)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "test_col_s1_r_n1":{
          "node_name":"127.0.0.1:42499_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n2":{
          "node_name":"127.0.0.1:37075_solr",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n3":{
          "node_name":"127.0.0.1:44741_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "test_col_s2_r_n1":{
          "node_name":"127.0.0.1:35637_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n2":{
          "node_name":"127.0.0.1:34929_solr",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n3":{
          "state":"down",
          "node_name":"127.0.0.1:33691_solr",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([EBD53253A3713617]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:106)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20861 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.324 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBD53253A3713617 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lu

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 348 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/348/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([2F035C6D4E375997:A75763B7E0CB346F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19967 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.413 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2F035C6D4E375997 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious 

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 15s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 347 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/347/

All tests passed

Build Log:
[...truncated 19733 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.906 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 6s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 346 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/346/

6 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42101/solr/collection1: Async exception during distributed update: idle_timeout

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42101/solr/collection1: Async exception during distributed update: idle_timeout
	at __randomizedtesting.SeedInfo.seed([7C34D505FC8DD3F1:AF9F8037C34C6A20]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:680)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:178)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:139)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:157)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:285)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 14 object(s) that were not released!!! [SolrIndexSearcher, MMapDirectory, SolrZkClient, CommitTracker, SolrCore, SolrIndexWriter, SolrCmdDistributor, CommitTracker, ConnectionManager, MMapDirectory, ParWorkExecutor, MMapDirectory, DirectUpdateHandler2, Http2SolrClient]
Searcher@167d024e[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_7C34D505FC8DD3F1-001/tempDir-003/node4/collection1_s1_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20196a2f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@6d376c38
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@49aa5049
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@b8ad4cc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@243f30a5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@59170d79
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_7C34D505FC8DD3F1-001/tempDir-003/node4/collection1_s1_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2c3eb7b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@36c74224[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_7C34D505FC8DD3F1-001/tempDir-003/node4/collection1_s1_r_n1/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bc3ade2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3a8d91a3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e6c789f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 14 object(s) that were not released!!! [SolrIndexSearcher, MMapDirectory, SolrZkClient, CommitTracker, SolrCore, SolrIndexWriter, SolrCmdDistributor, CommitTracker, ConnectionManager, MMapDirectory, ParWorkExecutor, MMapDirectory, DirectUpdateHandler2, Http2SolrClient]
Searcher@167d024e[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_7C34D505FC8DD3F1-001/tempDir-003/node4/collection1_s1_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@20196a2f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChann

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 1s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 345 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/345/

1 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([A66B929255022410:5525C62F0CEE0DAA]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20075 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.567 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A66B929255022410 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'grad

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 6s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 344 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/344/

All tests passed

Build Log:
[...truncated 19763 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.146 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 343 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/343/

1 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection1 :DocCollection(collection1::v=4)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"collection1_s3_r_n1":{
          "node_name":"127.0.0.1:36709_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"collection1_s4_r_n1":{
          "node_name":"127.0.0.1:45111_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"collection1_s1_r_n1":{
          "node_name":"127.0.0.1:41123_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"collection1_s2_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:36871_solr",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection1 :DocCollection(collection1::v=4)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"collection1_s3_r_n1":{
          "node_name":"127.0.0.1:36709_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"collection1_s4_r_n1":{
          "node_name":"127.0.0.1:45111_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"collection1_s1_r_n1":{
          "node_name":"127.0.0.1:41123_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"collection1_s2_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:36871_solr",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([294D867155937BA1:A119B9ABFB6F1659]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22113 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.331 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.NestedShardedAtomicUpdateTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.NestedShardedAtomicUpdateTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=294D867155937BA1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-clou

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 342 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/342/

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43123/solr/collection1: no servers hosting shard: 

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43123/solr/collection1: no servers hosting shard: 
	at __randomizedtesting.SeedInfo.seed([EF192125124FF2C4:3CB274172D8E4B15]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:680)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1019)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:289)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 25645 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.504 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EF192125124FF2C4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 55s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 341 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/341/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36075/solr/admin/collections?action=CREATE&name=halfdeletedcollection2&collection.configName=conf&numShards=4&maxShardsPerNode=20&nrtReplicas=3&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36075/solr/admin/collections?action=CREATE&name=halfdeletedcollection2&collection.configName=conf&numShards=4&maxShardsPerNode=20&nrtReplicas=3&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([679521D36127DB93:F9A0452B4704971B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:44)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 47 more




Build Log:
[...truncated 22869 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.2 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestDeleteCollectionOnDownNodes" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=679521D36127DB93 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 26m 58s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 340 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/340/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([F5900F7EE42EE12E:7DC430A44AD28CD6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19973 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.81 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F5900F7EE42EE12E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspiciou

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 14s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 339 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/339/

8 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
java.lang.AssertionError: RTG should find doc because _route_ was set to the root documents' ID

Stack Trace:
java.lang.AssertionError: RTG should find doc because _route_ was set to the root documents' ID
	at __randomizedtesting.SeedInfo.seed([F90C7EFB7EA79CA4:71584121D05BF15C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:152)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:57)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 18 object(s) that were not released!!! [Http2SolrClient, ByteBuffersDirectory, DirectUpdateHandler2, SolrCmdDistributor, CommitTracker, ByteBuffersDirectory, SolrCmdDistributor, SolrIndexSearcher, CommitTracker, ParWorkExecutor, SolrCmdDistributor, SolrCore, Http2SolrClient, ByteBuffersDirectory, SolrCmdDistributor, Http2SolrClient, SolrIndexWriter, Http2SolrClient]
org.apache.solr.client.solrj.impl.Http2SolrClient@49008a4c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7840e5cc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a8bde7f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@13b67045
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@34fc06dd
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2d1be5af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@579e0bc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@177465f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@5bd536ae[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@37ed35d[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@7b2e3710
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@57f87ec2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@29137a4b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4a9c8f46 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1026424d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@18c144dc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@59e5e0d2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 338 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/338/

1 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([F2A540A9D6C4CEBC:7AF17F737838A344]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19969 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.837 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F2A540A9D6C4CEBC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/L

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 337 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/337/

All tests passed

Build Log:
[...truncated 19734 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.2 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/or

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 336 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/336/

5 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
java.lang.AssertionError: RTG should find doc because _route_ was set to the root documents' ID

Stack Trace:
java.lang.AssertionError: RTG should find doc because _route_ was set to the root documents' ID
	at __randomizedtesting.SeedInfo.seed([B5EF39FD7CC67C4E:3DBB0627D23A11B6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:152)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:57)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 20 object(s) that were not released!!! [ByteBuffersDirectory, DirectUpdateHandler2, SolrIndexWriter, SolrCmdDistributor, SolrCmdDistributor, ByteBuffersDirectory, SolrIndexSearcher, SolrZkClient, SolrCmdDistributor, ConnectionManager, Http2SolrClient, Http2SolrClient, Http2SolrClient, Http2SolrClient, CommitTracker, CommitTracker, SolrCmdDistributor, ParWorkExecutor, SolrCore, ByteBuffersDirectory]
ByteBuffersDirectory@4ce23ced lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5086d12f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@1aa71ed4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6b612e3c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@732bd166
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@1b391156
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@52423eca lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15c20df8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@46ba1144[collection1_s1_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@5b62d5e9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@78f6d85f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@77b61363
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@54f729f5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@39cbd264
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@7d73ddee
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@4d6bf0d7
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@16a42bd9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 36s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 335 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/335/

All tests passed

Build Log:
[...truncated 19735 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.117 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 334 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/334/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.612 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 59s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 333 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/333/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.656 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 332 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/332/

All tests passed

Build Log:
[...truncated 19760 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.261 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 331 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/331/

All tests passed

Build Log:
[...truncated 19758 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.621 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 58s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 330 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/330/

4 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36657/solr/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36657/solr/collection1
	at __randomizedtesting.SeedInfo.seed([741A48AF91F11CC9:FC4E77753F0D7131]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:691)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:275)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:257)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:505)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:480)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest(NestedShardedAtomicUpdateTest.java:156)
	at org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test(NestedShardedAtomicUpdateTest.java:57)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	... 46 more


FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 22 object(s) that were not released!!! [DirectUpdateHandler2, ByteBuffersDirectory, SolrZkClient, SolrCmdDistributor, ByteBuffersDirectory, SolrCmdDistributor, ConnectionManager, CommitTracker, Http2SolrClient, ByteBuffersDirectory, SolrCmdDistributor, SolrCmdDistributor, SolrIndexSearcher, Http2SolrClient, Http2SolrClient, ParWorkExecutor, SolrIndexWriter, CommitTracker, SolrCmdDistributor, SolrCore, Http2SolrClient, Http2SolrClient]
org.apache.solr.update.DirectUpdateHandler2@3c441654
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@148a8847 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@776f114a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@1967d75
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@618df8f8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6cc033c8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@67f2af02
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@6915ea34
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.ConnectionManager@14a490d7
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@6e655ac1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@58f909d9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9467863
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@4233a54
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrCmdDistributor@7e097751
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrCmdDistributor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:76)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7a8474a0[collection1_s4_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@584f1093
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.client.solrj.impl.Http2SolrClient@35edfa5c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.client.solrj.impl.Http2SolrClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:157)
	at org.apache.solr.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1065)
	at org.apache.solr.update.SolrCmdDistributor.<init>(SolrCmdDistributor.java:78)
	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.<init>(DistributedZkUpdateProcessor.java:118)
	at org.apache.solr.update.processor.DistributedUpdateProcessorFactory.getInstance(DistributedUpdateProcessorFactory.java:57)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:245)
	at org.apache.solr.update.processor.UpdateRequestProcessorChain.createProcessor(UpdateRequestProcessorChain.java:220)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:54)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2741)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:908)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:616)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlets.QoSFilter.doFilter(QoSFilter.java:202)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:99)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3b088c01[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@b369b1f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.Sol

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 26m 1s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 329 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/329/

All tests passed

Build Log:
[...truncated 19732 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.471 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 328 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/328/

All tests passed

Build Log:
[...truncated 19734 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.55 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/o

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 4s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 327 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/327/

All tests passed

Build Log:
[...truncated 19759 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.3 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/clo

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 326 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/326/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestLocalStatsCacheCloud.testBasicStats

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection_TestLocalStatsCacheCloud :DocCollection(collection_TestLocalStatsCacheCloud::v=6)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "collection_TestLocalStatsCacheCloud_s1_r_n1":{
          "node_name":"127.0.0.1:40393_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "collection_TestLocalStatsCacheCloud_s1_r_n2":{
          "node_name":"127.0.0.1:42877_solr",
          "state":"recovering",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "collection_TestLocalStatsCacheCloud_s2_r_n2":{
          "node_name":"127.0.0.1:42877_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "collection_TestLocalStatsCacheCloud_s2_r_n1":{
          "node_name":"127.0.0.1:40393_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection_TestLocalStatsCacheCloud :DocCollection(collection_TestLocalStatsCacheCloud::v=6)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "collection_TestLocalStatsCacheCloud_s1_r_n1":{
          "node_name":"127.0.0.1:40393_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "collection_TestLocalStatsCacheCloud_s1_r_n2":{
          "node_name":"127.0.0.1:42877_solr",
          "state":"recovering",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "collection_TestLocalStatsCacheCloud_s2_r_n2":{
          "node_name":"127.0.0.1:42877_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"},
        "collection_TestLocalStatsCacheCloud_s2_r_n1":{
          "node_name":"127.0.0.1:40393_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([CD7DD26B2BEDE663:C72D3999DF08785D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestBaseStatsCacheCloud.createTestCollection(TestBaseStatsCacheCloud.java:101)
	at org.apache.solr.cloud.TestBaseStatsCacheCloud.setupCluster(TestBaseStatsCacheCloud.java:95)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([CD7DD26B2BEDE663:65972196DCFD06A6]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21898 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 24.98 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestLocalStatsCacheCloud.testBasicStats (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestLocalStatsCacheCloud.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestLocalStatsCacheCloud" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CD7DD26B2BEDE663 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CD7DD26B2BEDE663 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/wor

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 325 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/325/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaCloudClient

Error Message:
java.lang.AssertionError: not the expected DBQ failure: Error from server at null: Timeout waiting to see state for collection=test_col :DocCollection(test_col::v=4)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "test_col_s1_r_n1":{
          "node_name":"127.0.0.1:44943_solr",
          "leader":"true",
          "core":"test_col_s1_r_n1",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n2":{
          "node_name":"127.0.0.1:41945_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "test_col_s2_r_n1":{
          "node_name":"127.0.0.1:35681_solr",
          "leader":"true",
          "core":"test_col_s2_r_n1",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n2":{
          "node_name":"127.0.0.1:44131_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: not the expected DBQ failure: Error from server at null: Timeout waiting to see state for collection=test_col :DocCollection(test_col::v=4)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "test_col_s1_r_n1":{
          "node_name":"127.0.0.1:44943_solr",
          "leader":"true",
          "core":"test_col_s1_r_n1",
          "state":"active",
          "type":"NRT"},
        "test_col_s1_r_n2":{
          "node_name":"127.0.0.1:41945_solr",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "test_col_s2_r_n1":{
          "node_name":"127.0.0.1:35681_solr",
          "leader":"true",
          "core":"test_col_s2_r_n1",
          "state":"active",
          "type":"NRT"},
        "test_col_s2_r_n2":{
          "node_name":"127.0.0.1:44131_solr",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([213A99830E0578CB:7E1964AAB3B0CFBA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQ(TestCloudDeleteByQuery.java:226)
	at org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaCloudClient(TestCloudDeleteByQuery.java:231)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 25701 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.534 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestCloudDeleteByQuery.testMalformedDBQViaCloudClient (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestCloudDeleteByQuery.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestCloudDeleteByQuery" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=213A99830E0578CB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-S

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 324 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/324/

All tests passed

Build Log:
[...truncated 19732 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.035 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:284, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1565, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1607, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1775, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3141, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:80, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:858, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1005, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1161, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1182, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1632, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1807, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:873, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1034, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1076, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1082, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1101, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1103, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1156, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1251, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1440, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1630, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1696, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2185, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2376, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:67, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/StatePublisher.java:76, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 14s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 323 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/323/

All tests passed

Build Log:
[...truncated 19761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.58 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cl

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 322 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/322/

4 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([B005B31E01F73D6]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:501)
	at jdk.internal.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9026, name=RootExec-SUITE-RecoveryZkTest-seed#[B005B31E01F73D6]-worker8671, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9026, name=RootExec-SUITE-RecoveryZkTest-seed#[B005B31E01F73D6]-worker8671, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1009)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([B005B31E01F73D6]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440@30a049b1 rejected from org.apache.solr.common.ParWorkExecutor@766e06b0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1298]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$183/0x0000000100402440@30a049b1 rejected from org.apache.solr.common.ParWorkExecutor@766e06b0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1298]
	at __randomizedtesting.SeedInfo.seed([B005B31E01F73D6]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:118)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([B005B31E01F73D6:835464EB4EE31E2E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22115 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.037 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B005B31E01F73D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B005B31E01F73D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B005B31E01F73D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B005B31E01F73D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel tru

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 321 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/321/

All tests passed

Build Log:
[...truncated 19760 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.335 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 559 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/RequestHandlerBase.java:307, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:738, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1276, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:444, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:452, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:470, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:472, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:482, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:505, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:569, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:572, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:576, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:579, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:632, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:108, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:113, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:204, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:211, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:213, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:227, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:236, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:243, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:359, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:469, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:477, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:565, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:567, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerConfigSetMessageHandler.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:163, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:247, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:320, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:324, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:110, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:138, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:147, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:161, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:172, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/c

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 320 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/320/

3 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 12 object(s) that were not released!!! [ConnectionManager, NRTCachingDirectory, SolrIndexSearcher, CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, CommitTracker, SolrCore, SolrZkClient, ParWorkExecutor, SolrIndexWriter, NRTCachingDirectory]
org.apache.solr.common.cloud.ConnectionManager@632ff795
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_BE26DD257BAB652C-001/tempDir-002/node2/collection1_s3_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53d1b161; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@50164a67[collection1_s3_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_BE26DD257BAB652C-001/tempDir-002/node2/collection1_s3_r_n1/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10e7a731; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@700b06b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@54144da1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1125)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.cloud.SolrZkClient@2953470d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@675c9d53[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:978)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@25a78cea
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2247)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_BE26DD257BAB652C-001/tempDir-002/node2/collection1_s3_r_n1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@458568f7; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:839)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 12 object(s) that were not released!!! [ConnectionManager, NRTCachingDirectory, SolrIndexSearcher, CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, CommitTracker, SolrCore, SolrZkClient, ParWorkExecutor, SolrIndexWriter, NRTCachingDirectory]
org.apache.solr.common.cloud.ConnectionManager@632ff795
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:318)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:535)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:324)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork$1.call(ParWork.java:380)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$0(PerThreadExecService.java:150)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_BE26DD257BAB652C-001/tempDir-002/node2/collection1_s3_r_n1/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53d1b161; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:563)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1046)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@50164a67[collection1_s3_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2255)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2430)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1205)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1081)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1075)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.ShardRoutingTest_BE26DD257BAB652C-001/tempDir-002/node2/collection1_s3_r_n1/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10e7a731; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:412)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:808)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1050)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:960)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1345)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1251)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:948)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:914)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:596)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:490)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:418)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.apache.solr.common.util.SolrQueuedTh

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 20s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 319 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/319/

3 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinRollupExpression

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:40091/solr/jdbc_s2_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:40091/solr/jdbc_s2_r_n1/
	at __randomizedtesting.SeedInfo.seed([589BC48334C58C94:C0E9EC8C0D813D71]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinRollupExpression(JDBCStreamTest.java:513)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 1000ms , collection: jdbc slice: s2 saw state=DocCollection(jdbc::v=3)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"jdbc_s1_r_n1":{
          "node_name":"127.0.0.1:43501_solr",
          "leader":"true",
          "core":"jdbc_s1_r_n1",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"jdbc_s2_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:40091_solr",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:40091_solr, 127.0.0.1:43501_solr, 127.0.0.1:39005_solr, 127.0.0.1:35181_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpressionWithProperties

Error Message:
java.lang.AssertionError: expected:<10> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<10> but was:<4>
	at __randomizedtesting.SeedInfo.seed([589BC48334C58C94:510501F7320445E0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpressionWithProperties(JDBCStreamTest.java:429)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpression

Error Message:
java.lang.AssertionError: expected:<10> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<10> but was:<4>
	at __randomizedtesting.SeedInfo.seed([589BC48334C58C94:16A6E2D2CF0CACE8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpression(JDBCStreamTest.java:347)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 31547 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.039 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinRollupExpression (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.io.stream.JDBCStreamTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.io.stream.JDBCStreamTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=589BC48334C58C94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpressionWithProperties (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.io.stream.JDBCStreamTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.io.stream.JDBCStreamTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=589BC48334C58C94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testJDBCSolrInnerJoinExpression (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.io.stream.JDBCStreamTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.io.stream.JDBCStreamTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=589BC48334C58C94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 503 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3131, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly su

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 318 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/318/

1 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([AEA3725B80EE22F1:64981A677FEC234]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19925 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.19 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AEA3725B80EE22F1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 503 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3131, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1004, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1160, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1181, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1631, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1030, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1152, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1152, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1247, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1296, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1406, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1434, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1624, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1690, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2179, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 42s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 317 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/317/

1 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([8B7DB59710A2BE83:2397466AE7B25E46]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19924 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.233 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8B7DB59710A2BE83 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 503 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3131, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1004, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1160, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1181, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1631, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1030, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1152, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1152, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1247, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1296, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1406, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1434, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1624, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1690, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2179, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLog

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 36s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 316 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/316/

1 tests failed.
FAILED:  org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection1 :DocCollection(collection1::v=4)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"collection1_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46015_solr",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"collection1_s4_r_n1":{
          "node_name":"127.0.0.1:42627_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"collection1_s1_r_n1":{
          "node_name":"127.0.0.1:46757_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"collection1_s2_r_n1":{
          "node_name":"127.0.0.1:38419_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: java.util.concurrent.TimeoutException: Timeout waiting to see state for collection=collection1 :DocCollection(collection1::v=4)={
  "shards":{
    "s3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"collection1_s3_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46015_solr",
          "type":"NRT"}}},
    "s4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"collection1_s4_r_n1":{
          "node_name":"127.0.0.1:42627_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{"collection1_s1_r_n1":{
          "node_name":"127.0.0.1:46757_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}},
    "s2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{"collection1_s2_r_n1":{
          "node_name":"127.0.0.1:38419_solr",
          "leader":"true",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}}
	at __randomizedtesting.SeedInfo.seed([BC2878452CA4B163:347C479F8258DC9B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.beforeSolrCloudBridgeTestCase(SolrCloudBridgeTestCase.java:192)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 23744 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.9 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.NestedShardedAtomicUpdateTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.NestedShardedAtomicUpdateTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC2878452CA4B163 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 503 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3131, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:359, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:444, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:477, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:501, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:705, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:128, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:158, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:203, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1004, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1160, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1181, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1631, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:352, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:354, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:864, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:869, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1030, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1072, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1078, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1097, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1152, 
  cause: 'hasParens tr

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 30s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 315 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/315/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8F42480858440375:D2F93AD68609BB8F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8F42480858440375:5F5F1E90EE1CE73]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20140 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.417 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F42480858440375 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F42480858440375 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F42480858440375 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8F42480858440375 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 502 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:95, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/util/SystemIdResolver.java:123, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1563, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1605, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1765, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3131, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 314 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/314/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B154B35D315227A9:CC96A28190ACF300]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B154B35D315227A9:CC96A28190ACF300]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B154B35D315227A9:ECEFC183EF1F9F53]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B154B35D315227A9:3BE30ABC67F7EAAF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20317 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.742 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B154B35D315227A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValida

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 16s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 313 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/313/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8897952CC2C579FA:F55584F0633BAD53]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8897952CC2C579FA:F55584F0633BAD53]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8897952CC2C579FA:2202CCD9460B4FC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8897952CC2C579FA:D52CE7F21C88C100]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20341 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.993 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8897952CC2C579FA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 47s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 312 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/312/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([ADE0283E56627AFD:D02239E2F79CAE54]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([ADE0283E56627AFD:D02239E2F79CAE54]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([ADE0283E56627AFD:50ADBC3A1729A38]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ADE0283E56627AFD:F05B5AE0882FC207]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ADE0283E56627AFD:275791DF00C7B7FB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20522 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.707 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ADE0283E56627AFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insi

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 311 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/311/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B42522E6D8F3E618:E99E503806BE5EE2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B42522E6D8F3E618:3E929B078E562B1E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20170 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.618 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B42522E6D8F3E618 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B42522E6D8F3E618 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B42522E6D8F3E618 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B42522E6D8F3E618 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCal

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 310 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/310/

28 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:B2C2029EE7FBCA7E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:B2C2029EE7FBCA7E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testFacetStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:69E26AFC6A8CA910]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testFacetStream(StreamingTest.java:754)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testSubFacetStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:57860271A6DFEBA5]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testSubFacetStream(StreamingTest.java:1376)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testDateBoolSorting

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:5DCF92FBA52C7844]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testDateBoolSorting(StreamingTest.java:2447)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRollupStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:C82CBAA514A6AE2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRollupStream(StreamingTest.java:1900)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRankStream

Error Message:
java.lang.AssertionError: expected:<10> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<10> but was:<6>
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:9C9CA5E5A49DC07]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRankStream(StreamingTest.java:346)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelEOF

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:517C93EEB53D99E2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelEOF(StreamingTest.java:2236)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testRollupStream

Error Message:
java.lang.AssertionError: expected:<17.0> but was:<16.0>

Stack Trace:
java.lang.AssertionError: expected:<17.0> but was:<16.0>
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:D9EDB8072FE17CBD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testRollupStream(StreamingTest.java:1612)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelUniqueStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:BFD1F92A84EBA1B5]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelUniqueStream(StreamingTest.java:229)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testStatsStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:D6AA7F7DFA3E2EF]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testStatsStream(StreamingTest.java:687)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testAllValidExportTypes

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:D82DE3AF9FF6BA3B]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testAllValidExportTypes(StreamingTest.java:2517)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testReducerStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:A7D73CC5A6CE7B21]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testReducerStream(StreamingTest.java:404)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testRankStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:94921258A2B9486B]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testRankStream(StreamingTest.java:300)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelMergeStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:46541/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:4B9C269E6F9843BE]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelMergeStream(StreamingTest.java:2179)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:46541_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:45457_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:46541_solr, 127.0.0.1:45457_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testMergeStream

Error Message:
java.lang.AssertionError: expected:<5> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:1156B9EED5340313]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testMergeStream(StreamingTest.java:2115)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testNonePartitionKeys

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CF00134246051ED7:A8A97E231D58328C]:0)
	at org.apa

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 50s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 309 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/309/

6 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doHashingTest

Error Message:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>

Stack Trace:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>
	at __randomizedtesting.SeedInfo.seed([140A54C70B43CACB:210769BBD5D87AE1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.doQuery(SolrCloudBridgeTestCase.java:479)
	at org.apache.solr.cloud.ShardRoutingTest.doRTG(ShardRoutingTest.java:311)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:126)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([140A54C70B43CACB:C7A101F53482731A]:0)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:290)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([140A54C70B43CACB:49B12619D50E7231]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([140A54C70B43CACB:9EBDED265DE607CD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 29901 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.804 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.ShardRoutingTest.doHashingTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=140A54C70B43CACB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 308 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/308/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5C8D72175D518C50:13600C9831C34AA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5C8D72175D518C50:D63ACBF60BF44156]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20141 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.926 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C8D72175D518C50 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C8D72175D518C50 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C8D72175D518C50 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C8D72175D518C50 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround wi

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 307 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/307/

8 tests failed.
FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38933/solr/admin/collections?action=CREATE&name=test_col&collection.configName=solrCloudCollectionConfig&numShards=3&maxShardsPerNode=10&nrtReplicas=3&property.schema=schema15.xml&property.config=solrconfig-distrib-update-processor-chains.xml&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38933/solr/admin/collections?action=CREATE&name=test_col&collection.configName=solrCloudCollectionConfig&numShards=3&maxShardsPerNode=10&nrtReplicas=3&property.schema=schema15.xml&property.config=solrconfig-distrib-update-processor-chains.xml&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([54C21D60A080E0A6]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:554)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:106)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:545)
	... 31 more


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ConnectionManager]
org.apache.solr.common.cloud.SolrZkClient@70ad0b0d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.cloud.ConnectionManager@1b29d61d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ConnectionManager]
org.apache.solr.common.cloud.SolrZkClient@70ad0b0d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.cloud.ConnectionManager@1b29d61d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ConnectionManager]
org.apache.solr.common.cloud.SolrZkClient@70ad0b0d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.cloud.ConnectionManager@1b29d61d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [SolrZkClient, ConnectionManager]
org.apache.solr.common.cloud.SolrZkClient@70ad0b0d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.SolrZkClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

org.apache.solr.common.cloud.ConnectionManager@1b29d61d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.cloud.ConnectionManager
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.common.cloud.ConnectionManager.<init>(ConnectionManager.java:145)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:321)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:224)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:772)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
	at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:796)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1485)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1545)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1201)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1040)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:435)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:635)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:557)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:528)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:317)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:549)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:166)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:323)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.build(SolrCloudTestCase.java:260)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:250)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)

>
	at __randomizedtesting.SeedInfo.seed([54C21D60A080E0A6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:494)
	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 251 threads leaked from SUITE scope at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud: 
   1) Thread[id=9858, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9288, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   2) Thread[id=9901, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9325, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   3) Thread[id=9832, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9265, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   4) Thread[id=9930, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9351, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   5) Thread[id=9784, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9220, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   6) Thread[id=9794, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9230, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   7) Thread[id=10013, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9428, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   8) Thread[id=10022, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9437, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   9) Thread[id=9938, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9359, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  10) Thread[id=9866, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9293, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  11) Thread[id=9821, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9254, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  12) Thread[id=9798, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9234, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  13) Thread[id=9964, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9382, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  14) Thread[id=9913, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9337, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  15) Thread[id=10057, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9457, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  16) Thread[id=9817, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9250, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  17) Thread[id=9872, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9299, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  18) Thread[id=9793, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9229, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  19) Thread[id=9868, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9295, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  20) Thread[id=9968, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9386, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  21) Thread[id=9971, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9389, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  22) Thread[id=9899, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9323, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  23) Thread[id=9882, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9309, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  24) Thread[id=9836, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9266, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  25) Thread[id=9846, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9276, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  26) Thread[id=10037, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9449, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  27) Thread[id=10036, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9448, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  28) Thread[id=9755, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9208, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  29) Thread[id=9898, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9322, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  30) Thread[id=9941, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9362, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  31) Thread[id=9847, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9277, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  32) Thread[id=9900, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9324, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  33) Thread[id=9966, name=RootExec-SUITE-TestTolerantUpdateProcessorRandomCloud-seed#[54C21D60A080E0A6]-worker9384, state=WAITING, group=TGRP-TestTolerantUpdateProcessorRandomCloud]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.6/java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:920)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecuto

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 306 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/306/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([4EED8F24D138F19E:C6B9B0FE7FC49C66]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4EED8F24D138F19E:332F9EF870C62537]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4EED8F24D138F19E:332F9EF870C62537]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4EED8F24D138F19E:1356FDFA0F754964]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4EED8F24D138F19E:C45A36C5879D3C98]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20543 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.594 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EED8F24D138F19E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 305 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/305/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9C7E536444ABE3D6:E1BC42B8E555377F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9C7E536444ABE3D6:E1BC42B8E555377F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9C7E536444ABE3D6:C1C521BA9AE65B2C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9C7E536444ABE3D6:16C9EA85120E2ED0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20337 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.727 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9C7E536444ABE3D6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 33s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 304 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/304/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([84854D2D63FE2C32:F9475CF1C200F89B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([84854D2D63FE2C32:F9475CF1C200F89B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([84854D2D63FE2C32:D93E3FF3BDB394C8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([84854D2D63FE2C32:E32F4CC355BE134]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20313 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.229 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=84854D2D63FE2C32 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 303 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/303/

5 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([7100D00C97F08D25:824E84B1CE1CA49F]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7100D00C97F08D25:FBB769EDC1554023]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7100D00C97F08D25:2CBBA2D249BD35DF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20444 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.15 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7100D00C97F08D25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7100D00C97F08D25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7100D00C97F08D25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7100D00C97F08D25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7100D00C97F08D25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 56s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 302 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/302/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5392397BF5D69824:2E5028A754284C8D]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5392397BF5D69824:2E5028A754284C8D]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5392397BF5D69824:D925809AA3735522]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5392397BF5D69824:E294BA52B9B20DE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20313 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.208 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5392397BF5D69824 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 


[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 26s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 301 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/301/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([148E5DCAE25B5C01:694C4C1643A588A8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([148E5DCAE25B5C01:694C4C1643A588A8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([148E5DCAE25B5C01:49352F143C16E4FB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([148E5DCAE25B5C01:9E39E42BB4FE9107]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20344 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.59 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=148E5DCAE25B5C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious loggin

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 34s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 300 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/300/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([477E0BCB202F7D3B:CDC9B22A768AB03D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([477E0BCB202F7D3B:1AC57915FE62C5C1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20166 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.632 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=477E0BCB202F7D3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=477E0BCB202F7D3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=477E0BCB202F7D3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=477E0BCB202F7D3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpVa

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 24s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 299 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/299/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C1D25CB5CDA68908:BC104D696C585DA1]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C1D25CB5CDA68908:BC104D696C585DA1]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C1D25CB5CDA68908:9C692E6B13EB31F2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C1D25CB5CDA68908:4B65E5549B03440E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20307 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.988 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1D25CB5CDA68908 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize an

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 298 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/298/

34 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, CommitTracker, SolrCore, SolrIndexSearcher]
ByteBuffersDirectory@1b4337d0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746c8433
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@75fe97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:736)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@46d95103
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d011dfc[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1c8dddd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33ddb5c6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5d50657a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e34dea4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@1698427d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@c6f9586[collection1_s2_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2221)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:737)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, CommitTracker, SolrCore, SolrIndexSearcher]
ByteBuffersDirectory@1b4337d0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746c8433
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@75fe97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:736)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@46d95103
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d011dfc[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1c8dddd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33ddb5c6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5d50657a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e34dea4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@1698427d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@c6f9586[collection1_s2_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2221)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:737)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, CommitTracker, SolrCore, SolrIndexSearcher]
ByteBuffersDirectory@1b4337d0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746c8433
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@75fe97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:736)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@46d95103
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d011dfc[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1c8dddd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33ddb5c6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5d50657a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e34dea4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@1698427d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@c6f9586[collection1_s2_r_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2221)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:737)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, CommitTracker, SolrCore, SolrIndexSearcher]
ByteBuffersDirectory@1b4337d0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746c8433
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@75fe97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:234)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:243)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:736)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@46d95103
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d011dfc[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1c8dddd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33ddb5c6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@5d50657a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e34dea4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:938)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:904)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:580)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:492)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:421)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:733)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1630)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3219)
	at org.apach

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 27s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 297 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/297/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([998797536040D100:E445868FC1BE05A9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([998797536040D100:E445868FC1BE05A9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([998797536040D100:C43CE58DBE0D69FA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([998797536040D100:13302EB236E51C06]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20306 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.352 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998797536040D100 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging cal

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 296 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/296/

34 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:B0606D1C2239B53]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testUniqueStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:4740F419FB4E7C7F]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testUniqueStream(StreamingTest.java:152)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelEOF

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:6634D2C068F735DC]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelEOF(StreamingTest.java:2236)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelMergeStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:7CD467B0B252EF80]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelMergeStream(StreamingTest.java:2179)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testTuple

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:83EA8DC66B3A566]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testTuple(StreamingTest.java:2048)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testMergeStream

Error Message:
java.lang.AssertionError: expected:<5> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:261EF8C008FEAF2D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testMergeStream(StreamingTest.java:2115)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRollupStream

Error Message:
java.lang.AssertionError: expected:<17.0> but was:<16.0>

Stack Trace:
java.lang.AssertionError: expected:<17.0> but was:<16.0>
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:3BCA8A848C80C6DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:553)
	at org.junit.Assert.assertEquals(Assert.java:683)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelRollupStream(StreamingTest.java:1945)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testAllValidExportTypes

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:EF65A281423C1605]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testAllValidExportTypes(StreamingTest.java:2517)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.streamLocalTests

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:BB355E80397B7838]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.streamLocalTests(StreamingTest.java:2335)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testStatsStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:3A22E6D902694ED1]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testStatsStream(StreamingTest.java:687)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testReducerStream

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:909F7DEB7B04D71F]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testReducerStream(StreamingTest.java:404)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testMultipleFqClauses

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:690851B1E17F2372]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testMultipleFqClauses(StreamingTest.java:270)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testFacetStream

Error Message:
java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

Stack Trace:
java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:5EAA2BD2B746052E]:0)
	at org.apache.solr.client.solrj.io.stream.FacetStream.open(FacetStream.java:569)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.getTuples(StreamingTest.java:2614)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testFacetStream(StreamingTest.java:780)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at org.apache.solr.client.solrj.impl.LBSolrClient$ServerIterator.nextOrError(LBSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:365)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1224)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.io.stream.FacetStream.open(FacetStream.java:559)
	... 41 more
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: no servers hosting shard: 
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testNonePartitionKeys

Error Message:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/

Stack Trace:
org.apache.solr.common.SolrException: http://127.0.0.1:42503/solr/streams_s1_r_n1/
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:9FE13F0DC0929EB2]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1124)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:933)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:849)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testNonePartitionKeys(StreamingTest.java:197)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: No registered leader was found after waiting for 0ms , collection: streams slice: s1 saw state=DocCollection(streams::v=2)={
  "shards":{
    "s1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"streams_s1_r_n1":{
          "state":"down",
          "node_name":"127.0.0.1:42503_solr",
          "type":"NRT"}}},
    "s2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{"streams_s2_r_n1":{
          "node_name":"127.0.0.1:44807_solr",
          "leader":"true",
          "core":"streams_s2_r_n1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"}} with live_nodes=[127.0.0.1:42503_solr, 127.0.0.1:44807_solr]
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:932)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:569)
	... 45 more


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.testRankStream

Error Message:
java.lang.AssertionError: Found value:9 expecting:4 expected:<4> but was:<9>

Stack Trace:
java.lang.AssertionError: Found value:9 expecting:4 expected:<4> but was:<9>
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:A3DA53767F73E455]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.assertOrder(StreamingTest.java:2643)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.testRankStream(StreamingTest.java:312)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests

Error Message:
java.lang.AssertionError: expected:<5> but was:<6>

Stack Trace:
java.lang.AssertionError: expected:<5> but was:<6>
	at __randomizedtesting.SeedInfo.seed([F848526C9BCFB2E9:41375E831E64B9C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests(StreamingTest.java:2287)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsear

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 295 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/295/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E051C155A39E9F10:9D93D08902604BB9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E051C155A39E9F10:9D93D08902604BB9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E051C155A39E9F10:6AE678B4F53B5216]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E051C155A39E9F10:BDEAB38B7DD327EA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20327 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.617 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E051C155A39E9F10 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 496 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 33s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 294 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/294/

5 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=50 replica2=52

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=50 replica2=52
	at __randomizedtesting.SeedInfo.seed([ABBA35E5671191B9:23EE0A3FC9EDFC41]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ABBA35E5671191B9:210D8C0431B45CBF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ABBA35E5671191B9:F601473BB95C2943]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21652 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.909 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ABBA35E5671191B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ABBA35E5671191B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ABBA35E5671191B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ABBA35E5671191B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ABBA35E5671191B9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  ca

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 46s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 293 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/293/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F525085D9F9A6601:A89E7A8341D7DEFB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F525085D9F9A6601:7F92B1BCC93FAB07]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20090 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.363 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F525085D9F9A6601 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F525085D9F9A6601 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F525085D9F9A6601 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F525085D9F9A6601 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibl

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 3s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 292 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/292/

5 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=52 replica2=2

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=52 replica2=2
	at __randomizedtesting.SeedInfo.seed([70F282B703433B0B:F8A6BD6DADBF56F3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([70F282B703433B0B:2D49F069DD0E83F1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([70F282B703433B0B:FA453B5655E6F60D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21753 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.455 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70F282B703433B0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70F282B703433B0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70F282B703433B0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70F282B703433B0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70F282B703433B0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possib

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 291 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/291/

9 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:95AC6F1C527B8D43]:0)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:290)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.doHashingTest

Error Message:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>

Stack Trace:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:730A0752B32184B8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.doQuery(SolrCloudBridgeTestCase.java:479)
	at org.apache.solr.cloud.ShardRoutingTest.doRTG(ShardRoutingTest.java:311)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:126)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:B5496E9334561D28]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:3BC52BF2CC44E03B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:3BC52BF2CC44E03B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:CCB083CF3B1FF994]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([46073A2E6DBA3492:1BBC48F0B3F78C68]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 24009 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.606 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ShardRoutingTest.doHashingTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46073A2E6DBA3492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 49s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 290 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/290/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B66D36EA3538DB05:CBAF273694C60FAC]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B66D36EA3538DB05:CBAF273694C60FAC]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B66D36EA3538DB05:3CDA8F0B639D1603]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B66D36EA3538DB05:EBD64434EB7563FF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20286 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.411 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B66D36EA3538DB05 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameter

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 21s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 289 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/289/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E5B6C8C42E5F6AD6:B80DBA1AF012D22C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E5B6C8C42E5F6AD6:6F01712578FAA7D0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20109 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.776 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B6C8C42E5F6AD6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B6C8C42E5F6AD6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B6C8C42E5F6AD6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E5B6C8C42E5F6AD6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpVa

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 31s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 288 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/288/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9108DAA86DAA78B5:ECCACB74CC54AC1C]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9108DAA86DAA78B5:ECCACB74CC54AC1C]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9108DAA86DAA78B5:CCB3A876B3E7C04F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9108DAA86DAA78B5:1BBF63493B0FB5B3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20257 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.362 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9108DAA86DAA78B5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValida

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 9s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 287 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/287/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([371B272E04249750:BF4F18F4AAD8FAA8]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([371B272E04249750:4AD936F2A5DA43F9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([371B272E04249750:4AD936F2A5DA43F9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([371B272E04249750:BDAC9ECF52815A56]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([371B272E04249750:6AA055F0DA692FAA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20391 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.583 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=371B272E04249750 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed 

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 286 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/286/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DB411F74ADFAE905:A6830EA80C043DAC]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DB411F74ADFAE905:A6830EA80C043DAC]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DB411F74ADFAE905:86FA6DAA73B751FF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DB411F74ADFAE905:51F6A695FB5F2403]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20256 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.723 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DB411F74ADFAE905 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValida

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 285 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/285/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([35C7C4F1F8B2C110:4805D52D594C15B9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([35C7C4F1F8B2C110:4805D52D594C15B9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([35C7C4F1F8B2C110:BF707D10AE170C16]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([35C7C4F1F8B2C110:687CB62F26FF79EA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20282 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.276 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=35C7C4F1F8B2C110 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 29s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 284 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/284/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([92C3331EC1181CC8:EF0122C260E6C861]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([92C3331EC1181CC8:EF0122C260E6C861]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([92C3331EC1181CC8:18748AFF97BDD1CE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([92C3331EC1181CC8:CF7841C01F55A432]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([92C3331EC1181CC8:618D67A398F43572]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete(DistributedUpdateProcessorTest.java:131)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20472 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.399 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=92C3331EC1181CC8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 43s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 283 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/283/

9 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=33 replica2=52

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=33 replica2=52
	at __randomizedtesting.SeedInfo.seed([351CAFD20757D3CE:BD489008A9ABBE36]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCollectionsAPI

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Operation failed delete {127.0.0.1:37327_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:Error from server at null: Error unregistering core [awhollynewcollection_0_s3_r_n4] from cloud state}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Operation failed delete {127.0.0.1:37327_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:Error from server at null: Error unregistering core [awhollynewcollection_0_s3_r_n4] from cloud state}
	at __randomizedtesting.SeedInfo.seed([351CAFD20757D3CE:7D69DB660164FC5B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:930)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:579)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:548)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1229)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:870)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$deleteAllCollections$3(MiniSolrCloudCluster.java:617)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(HashMap.java:1603)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
	at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
	at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:408)
	at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:736)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:661)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:615)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.tearDownCluster(CollectionsAPIDistClusterPerZkTest.java:111)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [NRTCachingDirectory, CommitTracker, CommitTracker, ParWorkExecutor, SolrIndexWriter, DirectUpdateHandler2, NRTCachingDirectory, SolrIndexSearcher, NRTCachingDirectory, SolrCore]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14957037; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@355738dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 4]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2014655f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2235)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@309a7121
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fc84575; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@2f969a58[awhollynewcollection_0_s3_r_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2243)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7badd7cd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@5ecf1a3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [NRTCachingDirectory, CommitTracker, CommitTracker, ParWorkExecutor, SolrIndexWriter, DirectUpdateHandler2, NRTCachingDirectory, SolrIndexSearcher, NRTCachingDirectory, SolrCore]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14957037; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@355738dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 4]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2014655f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2235)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@309a7121
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fc84575; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@2f969a58[awhollynewcollection_0_s3_r_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2243)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7badd7cd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@5ecf1a3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [NRTCachingDirectory, CommitTracker, CommitTracker, ParWorkExecutor, SolrIndexWriter, DirectUpdateHandler2, NRTCachingDirectory, SolrIndexSearcher, NRTCachingDirectory, SolrCore]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14957037; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@355738dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 4]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2014655f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2235)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@309a7121
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fc84575; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@2f969a58[awhollynewcollection_0_s3_r_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2243)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7badd7cd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@5ecf1a3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [NRTCachingDirectory, CommitTracker, CommitTracker, ParWorkExecutor, SolrIndexWriter, DirectUpdateHandler2, NRTCachingDirectory, SolrIndexSearcher, NRTCachingDirectory, SolrCore]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14957037; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:410)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:806)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@355738dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 4]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:976)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2014655f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:281)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:148)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2235)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@309a7121
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1073)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fc84575; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:837)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1048)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@2f969a58[awhollynewcollection_0_s3_r_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2243)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2418)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1201)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest_351CAFD20757D3CE-001/tempDir-001/node2/awhollynewcollection_0_s3_r_n4/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7badd7cd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:561)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1044)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:400)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:188)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:177)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@5ecf1a3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1143)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:958)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1250)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.han

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 17s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 282 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/282/

7 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([38E32CC47F820B76]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:493)
	at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9337, name=RootExec-SUITE-RecoveryZkTest-seed#[38E32CC47F820B76]-worker8927-processing-n:127.0.0.1:37977_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1007)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$184/0x0000000100402c40.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.RecoveryZkTest: 
   1) Thread[id=9337, name=RootExec-SUITE-RecoveryZkTest-seed#[38E32CC47F820B76]-worker8927-processing-n:127.0.0.1:37977_solr x:recoverytest_s1_r_n2 c:recoverytest s:s1 r:recoverytest_s1_r_n2, state=WAITING, group=TGRP-RecoveryZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
        at java.base@11.0.6/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$AsyncTracker.register(Http2SolrClient.java:1007)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient.asyncRequest(Http2SolrClient.java:433)
        at app//org.apache.solr.update.SolrCmdDistributor.submit(SolrCmdDistributor.java:247)
        at app//org.apache.solr.update.SolrCmdDistributor$1.onFailure(SolrCmdDistributor.java:270)
        at app//org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:464)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197)
        at app//org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189)
        at app//org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:597)
        at app//org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156)
        at app//org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149)
        at app//org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257)
        at app//org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149)
        at app//org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:812)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.abort(HttpConnectionOverHTTP2.java:167)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:142)
        at app//org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2.close(HttpConnectionOverHTTP2.java:133)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2.onClose(HttpClientTransportOverHTTP2.java:170)
        at app//org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2$SessionListenerPromise.onClose(HttpClientTransportOverHTTP2.java:232)
        at app//org.eclipse.jetty.http2.api.Session$Listener.onClose(Session.java:206)
        at app//org.eclipse.jetty.http2.HTTP2Session.notifyClose(HTTP2Session.java:1147)
        at app//org.eclipse.jetty.http2.HTTP2Session.onClose(HTTP2Session.java:581)
        at app//org.eclipse.jetty.http2.HTTP2Session.onGoAway(HTTP2Session.java:460)
        at app//org.eclipse.jetty.http2.parser.Parser$Listener$Wrapper.onGoAway(Parser.java:396)
        at app//org.eclipse.jetty.http2.parser.BodyParser.notifyGoAway(BodyParser.java:192)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.onGoAway(GoAwayBodyParser.java:169)
        at app//org.eclipse.jetty.http2.parser.GoAwayBodyParser.parse(GoAwayBodyParser.java:139)
        at app//org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:198)
        at app//org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:127)
        at app//org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:247)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
        at app//org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
        at app//org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
        at app//org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
        at app//org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
        at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$184/0x0000000100402c40.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([38E32CC47F820B76]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$184/0x0000000100402c40@2bc8995f rejected from org.apache.solr.common.ParWorkExecutor@1dad07e0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1250]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$184/0x0000000100402c40@2bc8995f rejected from org.apache.solr.common.ParWorkExecutor@1dad07e0[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1250]
	at __randomizedtesting.SeedInfo.seed([38E32CC47F820B76]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:109)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([38E32CC47F820B76:B25495252927C670]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([38E32CC47F820B76:65585E1AA1CFB38C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22239 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.916 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.RecoveryZkTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=38E32CC47F820B76 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with -

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 45s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 281 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/281/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DFD4408B1998BB5E:826F3255C7D503A4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DFD4408B1998BB5E:5563F96A4F3D7658]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20085 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.147 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFD4408B1998BB5E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFD4408B1998BB5E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFD4408B1998BB5E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DFD4408B1998BB5E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround w

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 41s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 280 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/280/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F898600BE80E3724:722FD9EABEABFA22]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F898600BE80E3724:A52312D536438FDE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20115 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.846 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F898600BE80E3724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F898600BE80E3724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F898600BE80E3724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F898600BE80E3724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCal

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 279 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/279/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8FA26D15C8EA3891:515D4F49E4FF597]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8FA26D15C8EA3891:D2191FCB16A7806B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20087 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.463 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8FA26D15C8EA3891 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8FA26D15C8EA3891 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8FA26D15C8EA3891 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8FA26D15C8EA3891 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround wi

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 278 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/278/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DA21CFF83F004F25:5096761969A58223]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DA21CFF83F004F25:879ABD26E14DF7DF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20084 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.921 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA21CFF83F004F25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA21CFF83F004F25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA21CFF83F004F25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA21CFF83F004F25 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibl

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 40s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 277 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/277/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([A72DA57405F7AD00:2F799AAEAB0BC0F8]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A72DA57405F7AD00:FA96D7AADBBA15FA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A72DA57405F7AD00:2D9A1C9553526006]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20217 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.547 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A72DA57405F7AD00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A72DA57405F7AD00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A72DA57405F7AD00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A72DA57405F7AD00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A72DA57405F7AD00 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 7s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 276 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/276/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AF700244EAF60856:25C7BBA5BC53C550]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AF700244EAF60856:F2CB709A34BBB0AC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20092 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.172 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF700244EAF60856 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF700244EAF60856 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF700244EAF60856 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF700244EAF60856 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibl

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 56s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 275 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/275/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DF6DC90870BDB80D:82D6BBD6AEF000F7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DF6DC90870BDB80D:55DA70E92618750B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20087 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.001 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF6DC90870BDB80D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF6DC90870BDB80D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF6DC90870BDB80D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DF6DC90870BDB80D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibl

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 4s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 274 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/274/

5 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=52 replica2=50

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=52 replica2=50
	at __randomizedtesting.SeedInfo.seed([13F38CE116EF80F6:9BA7B33BB813ED0E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([13F38CE116EF80F6:99443500404A4DF0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([13F38CE116EF80F6:4E48FE3FC8A2380C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21718 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.38 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=13F38CE116EF80F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=13F38CE116EF80F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=13F38CE116EF80F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=13F38CE116EF80F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=13F38CE116EF80F6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 31s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 273 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/273/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2201E677D1ABD7AE:A8B65F96870E1AA8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2201E677D1ABD7AE:7FBA94A90FE66F54]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20113 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.113 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2201E677D1ABD7AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2201E677D1ABD7AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2201E677D1ABD7AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2201E677D1ABD7AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradle

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 56s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 272 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/272/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AA5BC71C062247A3:D799D6C0A7DC930A]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([AA5BC71C062247A3:D799D6C0A7DC930A]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AA5BC71C062247A3:20EC7EFD50878AA5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AA5BC71C062247A3:F7E0B5C2D86FFF59]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20286 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.24 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA5BC71C062247A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspi

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 271 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/271/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4825CFA583290CA7:35E7DE7922D7D80E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4825CFA583290CA7:35E7DE7922D7D80E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([4825CFA583290CA7:C071F07F2DD5615F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4825CFA583290CA7:159EBD7B5D64B45D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4825CFA583290CA7:C2927644D58CC1A1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20490 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 31.265 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4825CFA583290CA7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
====================

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 47s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 270 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/270/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5C654A02FCCD0F3B:1DE38DC2280B7C1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5C654A02FCCD0F3B:D6D2F3E3AA68C23D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20087 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.298 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C654A02FCCD0F3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C654A02FCCD0F3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C654A02FCCD0F3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5C654A02FCCD0F3B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 55s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 269 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/269/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE41A65639836EC2:34F61FB76F26A3C4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE41A65639836EC2:E3FAD488E7CED638]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20112 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.926 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE41A65639836EC2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE41A65639836EC2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE41A65639836EC2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE41A65639836EC2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpVa

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 12s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 268 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/268/

6 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=19 replica2=52

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=19 replica2=52
	at __randomizedtesting.SeedInfo.seed([39DB3CBC54AEE016:B18F0366FA528DEE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([39DB3CBC54AEE016:B18F0366FA528DEE]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([39DB3CBC54AEE016:64604E628AE358EC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([39DB3CBC54AEE016:B36C855D020B2D10]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22354 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.303 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=39DB3CBC54AEE016 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
====================================

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 267 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/267/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9D8EB457276147A7:E04CA58B869F930E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9D8EB457276147A7:E04CA58B869F930E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9D8EB457276147A7:C035C689F92CFF5D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9D8EB457276147A7:17390DB671C48AA1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20258 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.134 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9D8EB457276147A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenki

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 266 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/266/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4C5218C3D02219A7:3190091F71DCCD0E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([4C5218C3D02219A7:3190091F71DCCD0E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4C5218C3D02219A7:11E96A1D0E6FA15D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4C5218C3D02219A7:C6E5A1228687D4A1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20259 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.703 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4C5218C3D02219A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 265 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/265/

8 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:D0F0B1D2D90968EA]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:F04E7DF580E5E5D7]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:25669FD4D60BD1BB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:25669FD4D60BD1BB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:D21337E92150C814]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([58A48E0877F50512:51FFCD6A9B8BDE8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20761 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.676 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=58A48E0877F50512 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:cont

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 264 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/264/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C018829211EEB5A7:BDDA934EB010610E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C018829211EEB5A7:BDDA934EB010610E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:
java.lang.AssertionError: Mismatch in counts between replicas replica1=51 replica2=52

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas replica1=51 replica2=52
	at __randomizedtesting.SeedInfo.seed([C018829211EEB5A7:484CBD48BF12D85F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:170)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:153)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C018829211EEB5A7:4AAF3B73474B78A1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C018829211EEB5A7:9DA3F04CCFA30D5D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21911 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.401 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.RecoveryZkTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.RecoveryZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.RecoveryZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C018829211EEB5A7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Exec

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 263 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/263/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5526263E175702AD:DF919FDF41F2CFAB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5526263E175702AD:89D54E0C91ABA57]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20115 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.447 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5526263E175702AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5526263E175702AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5526263E175702AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5526263E175702AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 481 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 262 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/262/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([D19A17B12B8099B:854D9EA1BC446463]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D19A17B12B8099B:87AE189A441DC49D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D19A17B12B8099B:50A2D3A5CCF5B161]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20210 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.287 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D19A17B12B8099B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D19A17B12B8099B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D19A17B12B8099B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D19A17B12B8099B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D19A17B12B8099B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 481 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 261 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/261/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9F0D7BC840F4E7FE:C2B609169EB95F04]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9F0D7BC840F4E7FE:15BAC22916512AF8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20105 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.748 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9F0D7BC840F4E7FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9F0D7BC840F4E7FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9F0D7BC840F4E7FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9F0D7BC840F4E7FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradle

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 29s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 260 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/260/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([473B85A156CE849C:CD8C3C40006B499A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([473B85A156CE849C:1A80F77F88833C66]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20075 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.913 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=473B85A156CE849C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=473B85A156CE849C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=473B85A156CE849C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=473B85A156CE849C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 259 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/259/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([10FDDE7EE79208ED:9A4A679FB137C5EB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([10FDDE7EE79208ED:4D46ACA039DFB017]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20102 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.631 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10FDDE7EE79208ED -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10FDDE7EE79208ED -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10FDDE7EE79208ED -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10FDDE7EE79208ED -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 480 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:599, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:89, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:116, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:432, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:437, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpVa

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 258 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/258/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3D4D4B4C3B2389A9:B7FAF2AD6D8644AF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3D4D4B4C3B2389A9:60F63992E56E3153]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20046 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.6 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4D4B4C3B2389A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4D4B4C3B2389A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4D4B4C3B2389A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3D4D4B4C3B2389A9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1561, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1603, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1763, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3129, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if 

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 34s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 257 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/257/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([F45C00B31041F062:7C083F69BEBD9D9A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F45C00B31041F062:A9E7726DCE0C4898]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F45C00B31041F062:7EEBB95246E43D64]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20288 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.236 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F45C00B31041F062 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F45C00B31041F062 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F45C00B31041F062 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F45C00B31041F062 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F45C00B31041F062 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 51s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 256 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/256/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([8BB0EA4C89DAF35C:3E4D59627269EA4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8BB0EA4C89DAF35C:10753ADDF7F3E5A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8BB0EA4C89DAF35C:D60B989257974BA6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20290 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.605 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BB0EA4C89DAF35C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BB0EA4C89DAF35C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BB0EA4C89DAF35C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BB0EA4C89DAF35C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BB0EA4C89DAF35C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/a

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 56s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 255 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/255/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([7EA4ABEFF0FD5F11:F6F094355E0132E9]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7EA4ABEFF0FD5F11:F413120EA6589217]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7EA4ABEFF0FD5F11:231FD9312EB0E7EB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20289 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.4 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7EA4ABEFF0FD5F11 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7EA4ABEFF0FD5F11 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7EA4ABEFF0FD5F11 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7EA4ABEFF0FD5F11 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7EA4ABEFF0FD5F11 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/hand

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 42s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 254 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/254/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6BD6958375FDABAD:1614845FD4037F04]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6BD6958375FDABAD:1614845FD4037F04]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6BD6958375FDABAD:366DE75DABB01357]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6BD6958375FDABAD:E1612C62235866AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20244 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.893 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BD6958375FDABAD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Susp

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 40s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 253 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/253/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([340F8843E651A446:BC5BB79948ADC9BE]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([340F8843E651A446:69B4FA9D381C1CBC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([340F8843E651A446:BEB831A2B0F46940]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20291 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 32.934 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=340F8843E651A446 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=340F8843E651A446 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=340F8843E651A446 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=340F8843E651A446 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=340F8843E651A446 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 252 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/252/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([E765AB9FAB359BF8:6F31944505C9F600]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E765AB9FAB359BF8:9AA7BA430ACB4F51]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E765AB9FAB359BF8:9AA7BA430ACB4F51]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E765AB9FAB359BF8:BADED94175782302]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E765AB9FAB359BF8:6DD2127EFD9056FE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20468 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.079 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E765AB9FAB359BF8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
====================

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 251 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/251/

9 tests failed.
FAILED:  org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:F20F3830FD374E03]:0)
	at org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate(ShardRoutingTest.java:291)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ShardRoutingTest.doHashingTest

Error Message:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>

Stack Trace:
java.lang.AssertionError: expected:<[b!doc1]> but was:<[]>
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:14A9507E1C6D47F8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.doQuery(SolrCloudBridgeTestCase.java:479)
	at org.apache.solr.cloud.ShardRoutingTest.doRTG(ShardRoutingTest.java:312)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:127)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:894E9EFF35E61717]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:107)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:5C667CDE6308237B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:5C667CDE6308237B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:AB13D4E394533AD4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([21A46D02C2F6F7D2:7C1F1FDC1CBB4F28]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 32064 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.573 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.ShardRoutingTest.doAtomicUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ShardRoutingTest.doHashingTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ShardRoutingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ShardRoutingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A46D02C2F6F7D2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an 

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 250 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/250/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8D6167EC6EAF4724:F0A37630CF51938D]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8D6167EC6EAF4724:F0A37630CF51938D]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([8D6167EC6EAF4724:5355836C0532ADC]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8D6167EC6EAF4724:7D6DE0D380A8A22]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8D6167EC6EAF4724:D0DA1532B0E2FFDE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20465 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.636 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D6167EC6EAF4724 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
======================

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 12s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 249 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/249/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A5CC8D55A455BB87:2F7B34B4F2F07681]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A5CC8D55A455BB87:F877FF8B7A18037D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20069 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.625 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A5CC8D55A455BB87 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A5CC8D55A455BB87 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A5CC8D55A455BB87 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A5CC8D55A455BB87 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/SplitOp.java:75, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/PrepRecoveryOp.java:108, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:288, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:297, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:300, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:364, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:372, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1268, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:242, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:245, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:255, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:257, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:433, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:433, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:436, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:436, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:441, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:441, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:448, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:448, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:456, 
  cause: 

[...truncated too long message...]

 Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 7s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 248 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/248/

No tests ran.

Build Log:
[...truncated 17 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:909)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
	at hudson.scm.SCM.checkout(SCM.java:505)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1880)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:428)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Could not resolve host: gitbox.apache.org

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor797.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy162.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:907)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1131)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1167)
		at hudson.scm.SCM.checkout(SCM.java:505)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1880)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 247 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/247/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([A4849AB41278E261:2CD0A56EBC848F99]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A4849AB41278E261:D9468B68B38636C8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A4849AB41278E261:D9468B68B38636C8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A4849AB41278E261:2E33235544DD2F67]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([A4849AB41278E261:F93FE86ACC355A9B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20461 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.519 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A4849AB41278E261 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 47s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 246 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/246/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([99CDA86DF913E4FE:E40FB9B158ED3057]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([99CDA86DF913E4FE:E40FB9B158ED3057]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([99CDA86DF913E4FE:137A118CAFB629F8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([99CDA86DF913E4FE:C476DAB3275E5C04]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20201 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.208 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=99CDA86DF913E4FE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 65 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.lz4:lz4-java]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 6 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskExecutorTask.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/ModifyCollectionCmd.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 425 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNot

[...truncated too long message...]

Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

64: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

65: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 49s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 245 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/245/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C5A74B8D808AA2EF:B8655A5121747646]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C5A74B8D808AA2EF:B8655A5121747646]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C5A74B8D808AA2EF:4F10F26CD62F6FE9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C5A74B8D808AA2EF:981C39535EC71A15]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19346 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.493 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C5A74B8D808AA2EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLi

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 33s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 244 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/244/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D6963A764B7A5910:AB542BAAEA848DB9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D6963A764B7A5910:AB542BAAEA848DB9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D6963A764B7A5910:5C2183971DDF9416]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D6963A764B7A5910:8B2D48A89537E1EA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.651 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D6963A764B7A5910 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf tru

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 28s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 243 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/243/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([10CF8CED973F9F2E:989BB33739C3F2D6]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([10CF8CED973F9F2E:6D0D9D3136C14B87]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([10CF8CED973F9F2E:6D0D9D3136C14B87]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([10CF8CED973F9F2E:9A78350CC19A5228]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([10CF8CED973F9F2E:4D74FE33497227D4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19547 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 24.744 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=10CF8CED973F9F2E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution faile

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 58s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 242 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/242/

9 tests failed.
FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, CommitTracker, DirectUpdateHandler2]
org.apache.solr.common.ParWorkExecutor@99d20c1[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3502a53a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@450bc826
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@7986b003
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@57c42600[testschemaapi_shard1_replica_n215] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1604955948178, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mnv) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1604955948900, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo0) Uninverting(_2(9.0.0):C1:[diagnostics={timestamp=1604955948965, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo7)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@43d75b54 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5281a7a8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@2a3d8ba2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@58842306 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fc140c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@f284b33
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, CommitTracker, DirectUpdateHandler2]
org.apache.solr.common.ParWorkExecutor@99d20c1[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3502a53a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@450bc826
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@7986b003
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@57c42600[testschemaapi_shard1_replica_n215] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1604955948178, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mnv) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1604955948900, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo0) Uninverting(_2(9.0.0):C1:[diagnostics={timestamp=1604955948965, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo7)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@43d75b54 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5281a7a8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@2a3d8ba2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@58842306 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4fc140c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@f284b33
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, CommitTracker, DirectUpdateHandler2]
org.apache.solr.common.ParWorkExecutor@99d20c1[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3502a53a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@450bc826
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@7986b003
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@57c42600[testschemaapi_shard1_replica_n215] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1604955948178, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mnv) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1604955948900, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo0) Uninverting(_2(9.0.0):C1:[diagnostics={timestamp=1604955948965, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=5ngdcn64kdj9ng4x89zgk8mo7)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@43d75b54 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5281a7a8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@2a3d8ba2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.execute(PerThreadExecService.java:165)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
	at org.apache.solr.common.ParWork.close(ParWork.java:412)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreC

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 0s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 241 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/241/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([877542857FF61376:FAB75359DE08C7DF]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([877542857FF61376:FAB75359DE08C7DF]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([877542857FF61376:DC2FB642953DE70]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([877542857FF61376:DACE305BA1BBAB8C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.69 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=877542857FF61376 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true 

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 57s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 240 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/240/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([215EC6B4A3EB089D:5C9CD7680215DC34]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([215EC6B4A3EB089D:5C9CD7680215DC34]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([215EC6B4A3EB089D:7CE5B46A7DA6B067]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([215EC6B4A3EB089D:ABE97F55F54EC59B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19375 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.044 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=215EC6B4A3EB089D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspic

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 41s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 239 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/239/

10 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([67AF33A04EDA9993:1A6D227CEF244D3A]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([67AF33A04EDA9993:1A6D227CEF244D3A]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, CommitTracker, SolrCore, ParWorkExecutor, SolrIndexWriter, ByteBuffersDirectory]
Searcher@47e9e06c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@68150c91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a46b498
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2b30a0e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e1e1a1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@1755ef90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@73dd8989
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@66e90853[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2c6e036
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3e39095d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e9a22b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, CommitTracker, SolrCore, ParWorkExecutor, SolrIndexWriter, ByteBuffersDirectory]
Searcher@47e9e06c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@68150c91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a46b498
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2b30a0e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e1e1a1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@1755ef90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@73dd8989
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@66e90853[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2c6e036
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3e39095d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e9a22b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, CommitTracker, SolrCore, ParWorkExecutor, SolrIndexWriter, ByteBuffersDirectory]
Searcher@47e9e06c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@68150c91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a46b498
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2b30a0e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e1e1a1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@1755ef90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@73dd8989
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@66e90853[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2c6e036
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3e39095d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e9a22b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, CommitTracker, SolrCore, ParWorkExecutor, SolrIndexWriter, ByteBuffersDirectory]
Searcher@47e9e06c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@68150c91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a46b498
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2b30a0e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e1e1a1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@1755ef90
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@73dd8989
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@66e90853[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2c6e036
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3e39095d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e9a22b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([67AF33A04EDA9993]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=8906, name=searcherExecutor8516, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=8906, name=searcherExecutor8516, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([67AF33A04EDA9993]:0)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8906, name=searcherExecutor8516, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8906, name=searcherExecutor8516, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)


[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 43s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 238 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/238/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B0942A519947D44B:ED2F588F470A6CB1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B0942A519947D44B:3A2393B0CFE2194D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19202 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.545 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0942A519947D44B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0942A519947D44B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0942A519947D44B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0942A519947D44B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:521, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and 

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 2s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 237 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/237/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7B5E9EF772195B96:69C8F2BD3E78F3F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7B5E9EF772195B96:69C8F2BD3E78F3F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7B5E9EF772195B96:F1E9271624BC9690]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7B5E9EF772195B96:26E5EC29AC54E36C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19373 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.434 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7B5E9EF772195B96 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2ref

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 49s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 236 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/236/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([B05E8B7EE7E837D1:380AB4A449145A29]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B05E8B7EE7E837D1:3AE9329FB14DFAD7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B05E8B7EE7E837D1:EDE5F9A039A58F2B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19408 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.873 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B05E8B7EE7E837D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B05E8B7EE7E837D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B05E8B7EE7E837D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B05E8B7EE7E837D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B05E8B7EE7E837D1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 57s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 235 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/235/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([628E0C0A619F9768:1F4C1DD6C06143C1]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([628E0C0A619F9768:1F4C1DD6C06143C1]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([628E0C0A619F9768:EADA33D0CF63FA90]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([628E0C0A619F9768:E839B5EB373A5A6E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([628E0C0A619F9768:3F357ED4BFD22F92]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19570 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.991 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=628E0C0A619F9768 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-1

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 234 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/234/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([1C1C681417AE6919:944857CEB95204E1]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([1C1C681417AE6919:96ABD1F5410BA41F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([1C1C681417AE6919:41A71ACAC9E3D1E3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19402 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 35.491 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1C1C681417AE6919 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1C1C681417AE6919 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1C1C681417AE6919 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1C1C681417AE6919 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1C1C681417AE6919 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueu

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 21s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 233 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Error processing tokens: Error while parsing action 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at input position (line 76, pos 4):
)"}
   ^

java.lang.OutOfMemoryError: Java heap space

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 232 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/232/

7 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([BDABDAB918224DB5:35FFE563B6DE204D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BDABDAB918224DB5:C069CB65B9DC991C]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BDABDAB918224DB5:C069CB65B9DC991C]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BDABDAB918224DB5:371C63584E8780B3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BDABDAB918224DB5:E010A867C66FF54F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19579 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.241 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BDABDAB918224DB5 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=============================

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 43s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 231 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/231/

7 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node279":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n135",
          "base_url":"http://127.0.0.1:42231/solr",
          "node_name":"127.0.0.1:42231_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node276":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n133",
          "base_url":"http://127.0.0.1:35177/solr",
          "node_name":"127.0.0.1:35177_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node276"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node268":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n131",
          "base_url":"http://127.0.0.1:44101/solr",
          "node_name":"127.0.0.1:44101_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node268"},
        "core_node288":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n286",
          "base_url":"http://127.0.0.1:35851/solr",
          "state":"down",
          "node_name":"127.0.0.1:35851_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:35177_solr, 127.0.0.1:35851_solr, 127.0.0.1:42231_solr, 127.0.0.1:44101_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node279":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n135",
          "base_url":"http://127.0.0.1:42231/solr",
          "node_name":"127.0.0.1:42231_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node276":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n133",
          "base_url":"http://127.0.0.1:35177/solr",
          "node_name":"127.0.0.1:35177_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node276"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node268":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n131",
          "base_url":"http://127.0.0.1:44101/solr",
          "node_name":"127.0.0.1:44101_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node268"},
        "core_node288":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n286",
          "base_url":"http://127.0.0.1:35851/solr",
          "state":"down",
          "node_name":"127.0.0.1:35851_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node279":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n135",
          "base_url":"http://127.0.0.1:42231/solr",
          "node_name":"127.0.0.1:42231_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node276":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n133",
          "base_url":"http://127.0.0.1:35177/solr",
          "node_name":"127.0.0.1:35177_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node276"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node268":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n131",
          "base_url":"http://127.0.0.1:44101/solr",
          "node_name":"127.0.0.1:44101_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node268"},
        "core_node288":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n286",
          "base_url":"http://127.0.0.1:35851/solr",
          "state":"down",
          "node_name":"127.0.0.1:35851_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:35177_solr, 127.0.0.1:35851_solr, 127.0.0.1:42231_solr, 127.0.0.1:44101_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=14)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node279":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n135",
          "base_url":"http://127.0.0.1:42231/solr",
          "node_name":"127.0.0.1:42231_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node276":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n133",
          "base_url":"http://127.0.0.1:35177/solr",
          "node_name":"127.0.0.1:35177_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node276"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node268":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n131",
          "base_url":"http://127.0.0.1:44101/solr",
          "node_name":"127.0.0.1:44101_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node268"},
        "core_node288":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n286",
          "base_url":"http://127.0.0.1:35851/solr",
          "state":"down",
          "node_name":"127.0.0.1:35851_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([34E4C3444AE57B73:BCB0FC9EE419168B]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:943)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:925)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:949)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:190)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([34E4C3444AE57B73:4926D298EB1BAFDA]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([34E4C3444AE57B73:4926D298EB1BAFDA]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([34E4C3444AE57B73:BE537AA51C40B675]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([34E4C3444AE57B73:695FB19A94A8C389]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22224 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.32 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.MoveReplicaTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MoveReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MoveReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34E4C3444AE57B73 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 13s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 230 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/230/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([776637882285FA81:AA42654837B2E28]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([776637882285FA81:AA42654837B2E28]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([776637882285FA81:2ADD4556FCC8427B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([776637882285FA81:FDD18E6974203787]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19351 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.207 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=776637882285FA81 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasPa

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 43s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 229 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/229/

9 tests failed.
FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, SolrIndexSearcher, SolrIndexWriter, ByteBuffersDirectory, ParWorkExecutor, DirectUpdateHandler2]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@38ed3a36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e1643e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@70ea87c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4af33d89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@397ecae3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@6c64edc5[collection58_shard1_replica_n210] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6, timestamp=1604827863707, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS}] :id=2djm6fk01qumxw1r4shlp5ze1)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@53225b12
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@220a7af7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58fc71a9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@704ccf2e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@19ed89a5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, SolrIndexSearcher, SolrIndexWriter, ByteBuffersDirectory, ParWorkExecutor, DirectUpdateHandler2]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@38ed3a36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e1643e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@70ea87c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4af33d89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@397ecae3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@6c64edc5[collection58_shard1_replica_n210] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6, timestamp=1604827863707, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS}] :id=2djm6fk01qumxw1r4shlp5ze1)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@53225b12
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@220a7af7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58fc71a9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@704ccf2e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@19ed89a5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, SolrIndexSearcher, SolrIndexWriter, ByteBuffersDirectory, ParWorkExecutor, DirectUpdateHandler2]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@38ed3a36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e1643e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@70ea87c8
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4af33d89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@397ecae3
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@6c64edc5[collection58_shard1_replica_n210] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.6+8-LTS, java.version=11.0.6, timestamp=1604827863707, os=Linux, java.vendor=Oracle Corporation, os.version=4.15.0-112-generic, java.runtime.version=11.0.6+8-LTS}] :id=2djm6fk01qumxw1r4shlp5ze1)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@53225b12
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@220a7af7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58fc71a9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@704ccf2e[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@19ed89a5
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, ByteBuffersDirectory, SolrCore, CommitTracker, ByteBuffersDirectory, SolrIndexSearcher, SolrIndexWriter, ByteBuffersDirectory, ParWorkExecutor, DirectUpdateHandler2]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@38ed3a36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e1643e1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.ha

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 34s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 228 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/228/

10 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:34237/solr",
          "state":"down",
          "node_name":"127.0.0.1:34237_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:39603/solr",
          "node_name":"127.0.0.1:39603_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node135":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:42221/solr",
          "node_name":"127.0.0.1:42221_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node135"},
        "core_node130":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:38959/solr",
          "node_name":"127.0.0.1:38959_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:34237_solr, 127.0.0.1:38959_solr, 127.0.0.1:39603_solr, 127.0.0.1:42221_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:34237/solr",
          "state":"down",
          "node_name":"127.0.0.1:34237_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:39603/solr",
          "node_name":"127.0.0.1:39603_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node135":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:42221/solr",
          "node_name":"127.0.0.1:42221_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node135"},
        "core_node130":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:38959/solr",
          "node_name":"127.0.0.1:38959_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:34237/solr",
          "state":"down",
          "node_name":"127.0.0.1:34237_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:39603/solr",
          "node_name":"127.0.0.1:39603_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node135":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:42221/solr",
          "node_name":"127.0.0.1:42221_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node135"},
        "core_node130":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:38959/solr",
          "node_name":"127.0.0.1:38959_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:34237_solr, 127.0.0.1:38959_solr, 127.0.0.1:39603_solr, 127.0.0.1:42221_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:34237/solr",
          "state":"down",
          "node_name":"127.0.0.1:34237_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:39603/solr",
          "node_name":"127.0.0.1:39603_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node135":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:42221/solr",
          "node_name":"127.0.0.1:42221_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node135"},
        "core_node130":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:38959/solr",
          "node_name":"127.0.0.1:38959_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([20178F5DD0E348EA:A843B0877E1F2512]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:943)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:925)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:949)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:190)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrCore, ParWorkExecutor, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, SolrIndexWriter, ByteBuffersDirectory, ByteBuffersDirectory, CommitTracker]
org.apache.solr.core.SolrCore@2ed0b2f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3812a4f0[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@49bac018[collection1_shard2_replica_n12] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3489917f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6224e831 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18918303
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@13dc4567
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@24917e88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a45a108
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@675d8b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b67d732
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrCore, ParWorkExecutor, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, SolrIndexWriter, ByteBuffersDirectory, ByteBuffersDirectory, CommitTracker]
org.apache.solr.core.SolrCore@2ed0b2f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3812a4f0[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@49bac018[collection1_shard2_replica_n12] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3489917f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6224e831 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18918303
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@13dc4567
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@24917e88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a45a108
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@675d8b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b67d732
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrCore, ParWorkExecutor, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, SolrIndexWriter, ByteBuffersDirectory, ByteBuffersDirectory, CommitTracker]
org.apache.solr.core.SolrCore@2ed0b2f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@3812a4f0[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@49bac018[collection1_shard2_replica_n12] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3489917f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6224e831 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18918303
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@13dc4567
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@24917e88 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a45a108
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@675d8b0a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b67d732
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2C

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 15s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 227 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/227/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E3F9DE1C0284A1F7:9E3BCFC0A37A755E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E3F9DE1C0284A1F7:9E3BCFC0A37A755E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([E3F9DE1C0284A1F7:6BADE1C6AC78CC0F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E3F9DE1C0284A1F7:BE42ACC2DCC9190D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E3F9DE1C0284A1F7:694E67FD54216CF1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19548 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.419 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E3F9DE1C0284A1F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went w

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 51s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 226 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/226/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3ACA7AEB1066F678:67710835CE2B4E82]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3ACA7AEB1066F678:B07DC30A46C33B7E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19171 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.073 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3ACA7AEB1066F678 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3ACA7AEB1066F678 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3ACA7AEB1066F678 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3ACA7AEB1066F678 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /ho

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 48s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 225 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/225/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D5235479520FA9AA:A8E145A5F3F17D03]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D5235479520FA9AA:A8E145A5F3F17D03]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([D5235479520FA9AA:5D776BA3FCF3C452]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D5235479520FA9AA:5F94ED9804AA64AC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D5235479520FA9AA:889826A78C421150]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19572 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.322 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D5235479520FA9AA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' fini

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 48s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 224 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/224/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([487097D5F0ADBD94:C024A80F5E51D06C]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([487097D5F0ADBD94:C2C72E34A6087092]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([487097D5F0ADBD94:15CBE50B2EE0056E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19372 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.023 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=487097D5F0ADBD94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=487097D5F0ADBD94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=487097D5F0ADBD94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=487097D5F0ADBD94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=487097D5F0ADBD94 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/ap

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 31s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 223 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Error processing tokens: Error while parsing action 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at input position (line 76, pos 4):
)"}
   ^

java.lang.OutOfMemoryError: Java heap space

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 222 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/222/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F50CEC81509F54E2:88CEFD5DF161804B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F50CEC81509F54E2:88CEFD5DF161804B]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([F50CEC81509F54E2:7D58D35BFE63391A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F50CEC81509F54E2:A8B79E5F8ED2EC18]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F50CEC81509F54E2:7FBB5560063A99E4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19575 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.049 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F50CEC81509F54E2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=============================

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 221 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/221/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C3F39EFC83B082EA:4944271DD5154FEC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C3F39EFC83B082EA:9E48EC225DFD3A10]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19175 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.856 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C3F39EFC83B082EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C3F39EFC83B082EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C3F39EFC83B082EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C3F39EFC83B082EA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 55s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 220 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/220/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5CE19FD4011DECDC:21238E08A0E33875]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5CE19FD4011DECDC:21238E08A0E33875]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5CE19FD4011DECDC:D656263557B821DA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5CE19FD4011DECDC:15AED0ADF505426]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19370 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 35.711 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5CE19FD4011DECDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Ch

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 219 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/219/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1EFA09E0333386F7:6338183C92CD525E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1EFA09E0333386F7:6338183C92CD525E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([1EFA09E0333386F7:96AE363A9DCFEB0F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([1EFA09E0333386F7:944DB00165964BF1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([1EFA09E0333386F7:43417B3EED7E3E0D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19578 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.705 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1EFA09E0333386F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpacka

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 6s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 218 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/218/

5 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=1 totalReplicas=2
Timeout waiting to see state for collection=oldindextest :DocCollection(oldindextest::v=9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node205":{
          "core":"oldindextest_shard1_replica_n100",
          "base_url":"http://127.0.0.1:41559/solr",
          "node_name":"127.0.0.1:41559_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node202":{
          "core":"oldindextest_shard1_replica_n99",
          "base_url":"http://127.0.0.1:38557/solr",
          "node_name":"127.0.0.1:38557_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:38557_solr, 127.0.0.1:41559_solr]
Last available state: DocCollection(oldindextest::v=9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node205":{
          "core":"oldindextest_shard1_replica_n100",
          "base_url":"http://127.0.0.1:41559/solr",
          "node_name":"127.0.0.1:41559_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node202":{
          "core":"oldindextest_shard1_replica_n99",
          "base_url":"http://127.0.0.1:38557/solr",
          "node_name":"127.0.0.1:38557_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=1 totalReplicas=2
Timeout waiting to see state for collection=oldindextest :DocCollection(oldindextest::v=9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node205":{
          "core":"oldindextest_shard1_replica_n100",
          "base_url":"http://127.0.0.1:41559/solr",
          "node_name":"127.0.0.1:41559_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node202":{
          "core":"oldindextest_shard1_replica_n99",
          "base_url":"http://127.0.0.1:38557/solr",
          "node_name":"127.0.0.1:38557_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:38557_solr, 127.0.0.1:41559_solr]
Last available state: DocCollection(oldindextest::v=9)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node205":{
          "core":"oldindextest_shard1_replica_n100",
          "base_url":"http://127.0.0.1:41559/solr",
          "node_name":"127.0.0.1:41559_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node202":{
          "core":"oldindextest_shard1_replica_n99",
          "base_url":"http://127.0.0.1:38557/solr",
          "node_name":"127.0.0.1:38557_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([DA91013E2CF420AD:52C53EE482084D55]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:943)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:925)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:949)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:134)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DA91013E2CF420AD:872A73E0F2B99857]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DA91013E2CF420AD:5026B8DF7A51EDAB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 21441 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.707 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA91013E2CF420AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA91013E2CF420AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA91013E2CF420AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA91013E2CF420AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DA91013E2CF420AD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 44s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 217 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/217/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([C1B3E76CCD718FEF:49E7D8B6638DE217]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C1B3E76CCD718FEF:9C0895B2133C3715]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C1B3E76CCD718FEF:4B045E8D9BD442E9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.215 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1B3E76CCD718FEF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1B3E76CCD718FEF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1B3E76CCD718FEF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1B3E76CCD718FEF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C1B3E76CCD718FEF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/ap

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 216 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/216/

6 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:32805/solr",
          "state":"down",
          "node_name":"127.0.0.1:32805_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n65",
          "base_url":"http://127.0.0.1:37311/solr",
          "node_name":"127.0.0.1:37311_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36253/solr",
          "node_name":"127.0.0.1:36253_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:43001/solr",
          "node_name":"127.0.0.1:43001_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node132"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:32805_solr, 127.0.0.1:36253_solr, 127.0.0.1:37311_solr, 127.0.0.1:43001_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:32805/solr",
          "state":"down",
          "node_name":"127.0.0.1:32805_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n65",
          "base_url":"http://127.0.0.1:37311/solr",
          "node_name":"127.0.0.1:37311_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36253/solr",
          "node_name":"127.0.0.1:36253_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:43001/solr",
          "node_name":"127.0.0.1:43001_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node132"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:32805/solr",
          "state":"down",
          "node_name":"127.0.0.1:32805_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n65",
          "base_url":"http://127.0.0.1:37311/solr",
          "node_name":"127.0.0.1:37311_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36253/solr",
          "node_name":"127.0.0.1:36253_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:43001/solr",
          "node_name":"127.0.0.1:43001_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node132"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:32805_solr, 127.0.0.1:36253_solr, 127.0.0.1:37311_solr, 127.0.0.1:43001_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=15)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:32805/solr",
          "state":"down",
          "node_name":"127.0.0.1:32805_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n65",
          "base_url":"http://127.0.0.1:37311/solr",
          "node_name":"127.0.0.1:37311_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node140"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36253/solr",
          "node_name":"127.0.0.1:36253_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:43001/solr",
          "node_name":"127.0.0.1:43001_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node132"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([691BB740DBA172F2:E14F889A755D1F0A]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:943)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:925)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:949)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:190)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([691BB740DBA172F2:E14F889A755D1F0A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([691BB740DBA172F2:34A0C59E05ECCA08]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([691BB740DBA172F2:E3AC0EA18D04BFF4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22675 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.757 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.MoveReplicaTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MoveReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MoveReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=691BB740DBA172F2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/valida

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 26m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 215 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/215/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BE0B8D21965E45CF:C3C99CFD37A09166]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BE0B8D21965E45CF:C3C99CFD37A09166]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE0B8D21965E45CF:34BC34C0C0FB88C9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE0B8D21965E45CF:E3B0FFFF4813FD35]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19372 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.691 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BE0B8D21965E45CF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/s

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 214 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/214/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C03324C9B97B12A3:4A849D28EFDEDFA5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C03324C9B97B12A3:9D8856176736AA59]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19174 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.937 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C03324C9B97B12A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C03324C9B97B12A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C03324C9B97B12A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C03324C9B97B12A3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 213 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/213/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([21A5A6DBB1E13F5C:5C67B707101FEBF5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([21A5A6DBB1E13F5C:5C67B707101FEBF5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([21A5A6DBB1E13F5C:7C1ED4056FAC87A6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([21A5A6DBB1E13F5C:AB121F3AE744F25A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19349 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.811 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=21A5A6DBB1E13F5C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenk

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 14s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 212 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/212/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([5432A75750D60EFC:DC66988DFE2A6304]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5432A75750D60EFC:DE851EB60673C3FA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5432A75750D60EFC:989D5898E9BB606]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19400 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.946 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5432A75750D60EFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5432A75750D60EFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5432A75750D60EFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5432A75750D60EFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5432A75750D60EFC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  c

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 43s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 211 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/211/

7 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, ParWorkExecutor, NRTCachingDirectory, NRTCachingDirectory, CommitTracker, SolrIndexWriter, NRTCachingDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.DirectUpdateHandler2@6122ff71
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@12a24d56[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae8ef95; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f67bf76; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2f3ab59c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@159cb03b; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@23b2e792
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@3f7c8957[testasynccollectioncreation_shard1_0_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, ParWorkExecutor, NRTCachingDirectory, NRTCachingDirectory, CommitTracker, SolrIndexWriter, NRTCachingDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.DirectUpdateHandler2@6122ff71
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@12a24d56[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae8ef95; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f67bf76; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2f3ab59c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@159cb03b; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@23b2e792
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@3f7c8957[testasynccollectioncreation_shard1_0_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, ParWorkExecutor, NRTCachingDirectory, NRTCachingDirectory, CommitTracker, SolrIndexWriter, NRTCachingDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.DirectUpdateHandler2@6122ff71
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@12a24d56[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae8ef95; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f67bf76; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2f3ab59c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@159cb03b; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@23b2e792
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@3f7c8957[testasynccollectioncreation_shard1_0_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [DirectUpdateHandler2, ParWorkExecutor, NRTCachingDirectory, NRTCachingDirectory, CommitTracker, SolrIndexWriter, NRTCachingDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.DirectUpdateHandler2@6122ff71
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@12a24d56[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae8ef95; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f67bf76; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2f3ab59c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_8F46596BB92F9B3B-001/tempDir-002/node1/testasynccollectioncreation_shard1_0_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@159cb03b; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@23b2e792
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@3f7c8957[testasynccollectioncreation_shard1_0_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([8F46596BB92F9B3B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest: 
   1) Thread[id=13422, name=searcherExecutor12334, state=WAITING, group=TGRP-CollectionsAPIAsyncDistributedZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest: 
   1) Thread[id=13422, name=searcherExecutor12334, state=WAITING, group=TGRP-CollectionsAPIAsyncDistributedZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([8F46596BB92F9B3B]:0)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13422, name=searcherExecutor12334, state=WAITING, group=TGRP-CollectionsAPIAsyncDistributedZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13422, name=searcherExecutor12334, state=WAITING, group=TGRP-CollectionsAPIAsyncDistributedZkTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([8F46596BB92F9B3B]:0)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8F46596BB92F9B3B:D2FD2BB5676223C1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTes

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 26s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 210 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/210/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8D542C38AF89F04:8262FB22DC5D5202]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8D542C38AF89F04:556E301D54B527FE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19174 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.71 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D542C38AF89F04 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D542C38AF89F04 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D542C38AF89F04 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8D542C38AF89F04 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCall

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 209 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/209/

9 tests failed.
FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, CommitTracker, ByteBuffersDirectory, CommitTracker]
Searcher@11af2f29[collection61_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@241099db
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6873242d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8c9eeb4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@60fa039a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@562c13b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@5da5acdc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@44130e7f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d666894[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@10983f58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ab48867
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, CommitTracker, ByteBuffersDirectory, CommitTracker]
Searcher@11af2f29[collection61_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@241099db
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6873242d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8c9eeb4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@60fa039a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@562c13b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@5da5acdc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@44130e7f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d666894[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@10983f58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ab48867
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, CommitTracker, ByteBuffersDirectory, CommitTracker]
Searcher@11af2f29[collection61_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@241099db
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6873242d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8c9eeb4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@60fa039a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@562c13b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@5da5acdc
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@44130e7f
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@7d666894[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@10983f58 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ab48867
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.close(ParWork.java:364)
	at org.apache.solr.cloud.ZkController.fireEventListeners(ZkController.java:2672)
	at org.apache.solr.cloud.ZkController$WatcherImpl.process(ZkController.java:2637)
	at org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$0(SolrZkClient.java:1146)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ByteBuffersDirectory, ByteBuffersDirectory, SolrIndexWriter, DirectUpdateHandler2, ParWorkExecutor, CommitTracker, ByteBuffersDirectory, CommitTracker]
Searcher@11af2f29[collection61_shard3_replica_n220]

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 24s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 208 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/208/

8 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:FE209F4AF8D29EF6]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:FE209F4AF8D29EF6]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast

Error Message:
java.lang.AssertionError: expected:<404> but was:<503>

Stack Trace:
java.lang.AssertionError: expected:<404> but was:<503>
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:503FA73CFE1D2323]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:98)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:BB6B14CF7D027A7]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:DE59FC488761F2A5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([83E28E96592C4A5F:95537770F898759]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19988 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.428 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestQueryingOnDownCollection.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestQueryingOnDownCollection" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83E28E96592C4A5F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 47s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 207 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/207/

7 tests failed.
FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, DirectUpdateHandler2, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.SolrIndexWriter@7b13f96a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@e7934eb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@f33f85f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@174f1c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6d8d6da9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26ebe64c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4854e6e2[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3882a987 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63fe39f2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@ed21d2c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@478b6f23[collection49_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, DirectUpdateHandler2, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.SolrIndexWriter@7b13f96a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@e7934eb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@f33f85f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@174f1c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6d8d6da9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26ebe64c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4854e6e2[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3882a987 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63fe39f2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@ed21d2c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@478b6f23[collection49_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, DirectUpdateHandler2, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.SolrIndexWriter@7b13f96a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@e7934eb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@f33f85f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@174f1c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6d8d6da9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@26ebe64c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4854e6e2[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@3882a987 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63fe39f2
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@ed21d2c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@478b6f23[collection49_shard3_replica_n220] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, DirectUpdateHandler2, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrCore, SolrIndexSearcher, CommitTracker]
org.apache.solr.update.SolrIndexWriter@7b13f96a
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@e7934eb
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.Direc

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 206 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/206/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([413EB5F63EB015C1:3CFCA42A9F4EC168]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([413EB5F63EB015C1:3CFCA42A9F4EC168]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([413EB5F63EB015C1:1C85C728E0FDAD3B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([413EB5F63EB015C1:CB890C176815D8C7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19349 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.383 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=413EB5F63EB015C1 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-C

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 15s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 205 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/205/

9 tests failed.
FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, CommitTracker, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, SolrCore, DirectUpdateHandler2, ByteBuffersDirectory]
org.apache.solr.common.ParWorkExecutor@fa857dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@70a85120
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7cd68145[flush2_shard1_replica_n40] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2213c9e5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@753549b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@688185cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@302836c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@42075602
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3f6978f4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@794ffefa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@101d8ff0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, CommitTracker, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, SolrCore, DirectUpdateHandler2, ByteBuffersDirectory]
org.apache.solr.common.ParWorkExecutor@fa857dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@70a85120
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7cd68145[flush2_shard1_replica_n40] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2213c9e5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@753549b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@688185cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@302836c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@42075602
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3f6978f4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@794ffefa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@101d8ff0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, CommitTracker, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, SolrCore, DirectUpdateHandler2, ByteBuffersDirectory]
org.apache.solr.common.ParWorkExecutor@fa857dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@70a85120
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7cd68145[flush2_shard1_replica_n40] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2213c9e5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@753549b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@688185cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@302836c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@42075602
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3f6978f4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@794ffefa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@101d8ff0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [ParWorkExecutor, CommitTracker, SolrIndexWriter, SolrIndexSearcher, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, SolrCore, DirectUpdateHandler2, ByteBuffersDirectory]
org.apache.solr.common.ParWorkExecutor@fa857dd[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@70a85120
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@7cd68145[flush2_shard1_replica_n40] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@2213c9e5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@753549b6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@688185cd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@302836c9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@42075602
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@3f6978f4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@794ffefa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@101d8ff0
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([53A88487D12A4A0F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=8886, name=searcherExecutor8510, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=8886, name=searcherExecutor8510, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([53A88487D12A4A0F]:0)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8886, name=searcherExecutor8510, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8886, name=searcherExecutor8510, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([53A88487D12A4A0F]:0)


FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:32929/solr",
          "node_name":"127.0.0.1:32929_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:33583/solr",
          "state":"down",
          "node_name":"127.0.0.1:33583_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:40581/solr",
          "node_name":"127.0.0.1:40581_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:42525/solr",
          "node_name":"127.0.0.1:42525_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:32929_solr, 127.0.0.1:33583_solr, 127.0.0.1:40581_solr, 127.0.0.1:42525_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:32929/solr",
          "node_name":"127.0.0.1:32929_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:33583/solr",
          "state":"down",
          "node_name":"127.0.0.1:33583_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:40581/solr",
          "node_name":"127.0.0.1:40581_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:42525/solr",
          "node_name":"127.0.0.1:42525_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:32929/solr",
          "node_name":"127.0.0.1:32929_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:33583/solr",
          "state":"down",
          "node_name":"127.0.0.1:33583_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:40581/solr",
          "node_name":"127.0.0.1:40581_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:42525/solr",
          "node_name":"127.0.0.1:42525_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:32929_solr, 127.0.0.1:33583_solr, 127.0.0.1:40581_solr, 127.0.0.1:42525_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:32929/solr",
          "node_name":"127.0.0.1:32929_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n150",
          "base_url":"http://127.0.0.1:33583/solr",
          "state":"down",
          "node_name":"127.0.0.1:33583_solr",
          "numShards":null,
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:40581/solr",
          "node_name":"127.0.0.1:40581_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node132":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n63",
          "base_url":"http://127.0.0.1:42525/solr",
          "node_name":"127.0.0.1:4252

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 9s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 204 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/204/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([AF0D000D49A2FC66:27593FD7E75E919E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AF0D000D49A2FC66:F2B672D397EF449C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([AF0D000D49A2FC66:25BAB9EC1F073160]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19401 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.825 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF0D000D49A2FC66 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF0D000D49A2FC66 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF0D000D49A2FC66 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF0D000D49A2FC66 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AF0D000D49A2FC66 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 33s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 203 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/203/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([46D5738843CC9D62:3B176254E23249CB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([46D5738843CC9D62:3B176254E23249CB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([46D5738843CC9D62:CE814C52ED30F09A]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([46D5738843CC9D62:1B6E01569D812598]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([46D5738843CC9D62:CC62CA6915695064]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19552 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.045 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=46D5738843CC9D62 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution faile

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 202 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/202/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FB4BF92A10B7AA6:7276AE4E00F5AE0F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FB4BF92A10B7AA6:7276AE4E00F5AE0F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([FB4BF92A10B7AA6:87E080480FF7175E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([FB4BF92A10B7AA6:85030673F7AEB7A0]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([FB4BF92A10B7AA6:520FCD4C7F46C25C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19554 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 39.251 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FB4BF92A10B7AA6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with no

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 36m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 201 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/201/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7C34648F9E69D8F8:218F165140246002]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7C34648F9E69D8F8:F683DD6EC8CC15FE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19180 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.522 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C34648F9E69D8F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C34648F9E69D8F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C34648F9E69D8F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7C34648F9E69D8F8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 32s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 200 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/200/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6604E2BC9E72168A:1BC6F3603F8CC223]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([6604E2BC9E72168A:1BC6F3603F8CC223]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6604E2BC9E72168A:ECB35B5DC8D7DB8C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6604E2BC9E72168A:3BBF9062403FAE70]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19372 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.584 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6604E2BC9E72168A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2r

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 199 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/199/

5 tests failed.
FAILED:  org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges

Error Message:
java.lang.AssertionError: expected:<-1> but was:<5591410376482352>

Stack Trace:
java.lang.AssertionError: expected:<-1> but was:<5591410376482352>
	at __randomizedtesting.SeedInfo.seed([8BE8B42185419564:9B53F2EAD5660824]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.junit.Assert.assertEquals(Assert.java:631)
	at org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges(TestCachePurging.java:138)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8BE8B42185419564:15F0DC0D3E45862]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8BE8B42185419564:D653C6FF5B0C2D9E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19267 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.14 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BE8B42185419564 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BE8B42185419564 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.monitor.TestCachePurging.testBackgroundPurges (:lucene:monitor)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/monitor/build/test-results/test/outputs/OUTPUT-org.apache.lucene.monitor.TestCachePurging.txt
    Reproduce with: gradlew :lucene:monitor:test --tests "org.apache.lucene.monitor.TestCachePurging" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BE8B42185419564 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BE8B42185419564 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8BE8B42185419564 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surr

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 35s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 198 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/198/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([D3973A2200CC0F2D:5BC305F8AE3062D5]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D3973A2200CC0F2D:8E2C48FCDE81B7D7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D3973A2200CC0F2D:592083C35669C22B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19375 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.348 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D3973A2200CC0F2D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D3973A2200CC0F2D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D3973A2200CC0F2D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D3973A2200CC0F2D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D3973A2200CC0F2D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 40s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 197 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/197/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DEAA152D18F6E65E:831167F3C6BB5EA4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DEAA152D18F6E65E:541DACCC4E532B58]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19201 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.913 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DEAA152D18F6E65E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DEAA152D18F6E65E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DEAA152D18F6E65E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DEAA152D18F6E65E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:521, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and 

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 196 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/196/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([34A7694E7F51077F:49657892DEAFD3D6]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([34A7694E7F51077F:49657892DEAFD3D6]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([34A7694E7F51077F:691C1B90A11CBF85]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([34A7694E7F51077F:BE10D0AF29F4CA79]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19378 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.522 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=34A7694E7F51077F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernickety

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 55s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 195 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/195/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([556B5B8CE8EA77F7:28A94A504914A35E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([556B5B8CE8EA77F7:28A94A504914A35E]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([556B5B8CE8EA77F7:DD3F645646161A0F]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([556B5B8CE8EA77F7:8D0295236A7CF0D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([556B5B8CE8EA77F7:DFDCE26DBE4FBAF1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19549 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.611 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=556B5B8CE8EA77F7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finis

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 49s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 194 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/194/

8 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
org.apache.solr.client.solrj.SolrServerException: Idle timeout expired: 15000/15000 ms

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:642CDFE95AC0FB61]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:506)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1228)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:869)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:188)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	at org.eclipse.jetty.io.IdleTimeout.checkIdleTimeout(IdleTimeout.java:171)
	at org.eclipse.jetty.io.IdleTimeout.idleCheck(IdleTimeout.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	... 1 more


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:91BAF1EF55C24230]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:91BAF1EF55C24230]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:642CDFE95AC0FB61]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:66CF59D2A2995B9F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([EC78E033F43C9699:B1C392ED2A712E63]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22737 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.409 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.MoveReplicaTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MoveReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MoveReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EC78E033F43C9699 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file mi

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 27s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 193 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/193/

10 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([98DDF3EF4E953F41:E51FE233EF6BEBE8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([98DDF3EF4E953F41:E51FE233EF6BEBE8]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, SolrCore, SolrIndexWriter, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, CommitTracker, NRTCachingDirectory]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52cfc671; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@53ee9f98
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@efcb7fa
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6bcd8e68
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@1708e425[testasynccollectioncreation_shard1_1_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@14749b0f[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75f562d6; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37750f37; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, SolrCore, SolrIndexWriter, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, CommitTracker, NRTCachingDirectory]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52cfc671; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@53ee9f98
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@efcb7fa
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6bcd8e68
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@1708e425[testasynccollectioncreation_shard1_1_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@14749b0f[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75f562d6; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37750f37; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, SolrCore, SolrIndexWriter, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, CommitTracker, NRTCachingDirectory]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52cfc671; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@53ee9f98
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@efcb7fa
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6bcd8e68
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@1708e425[testasynccollectioncreation_shard1_1_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@14749b0f[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75f562d6; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37750f37; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [CommitTracker, NRTCachingDirectory, DirectUpdateHandler2, SolrCore, SolrIndexWriter, SolrIndexSearcher, ParWorkExecutor, NRTCachingDirectory, CommitTracker, NRTCachingDirectory]
disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/snapshot_metadata lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52cfc671; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@53ee9f98
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@efcb7fa
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@6bcd8e68
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@1708e425[testasynccollectioncreation_shard1_1_replica_n0] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@14749b0f[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@75f562d6; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_98DDF3EF4E953F41-001/tempDir-002/node2/testasynccollectioncreation_shard1_1_replica_n0/data lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37750f37; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([98DDF3EF4E953F41]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cl

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 46s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 192 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/192/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([CE8CD142D739DAC4:46D8EE9879C5B73C]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([CE8CD142D739DAC4:9337A39C0974623E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([CE8CD142D739DAC4:443B68A3819C17C2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19403 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.305 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE8CD142D739DAC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE8CD142D739DAC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE8CD142D739DAC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE8CD142D739DAC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CE8CD142D739DAC4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueu

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 1s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 191 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/191/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([22CDF577C21AD711:A87A4C9694BF1A17]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([22CDF577C21AD711:7F7687A91C576FEB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19206 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.413 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=22CDF577C21AD711 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=22CDF577C21AD711 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=22CDF577C21AD711 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=22CDF577C21AD711 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:521, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and 

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 19s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 190 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/190/

9 tests failed.
FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, SolrIndexWriter, SolrCore, CommitTracker, ByteBuffersDirectory]
Searcher@5c9d44ed[flush1_shard1_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@25f26d8c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da9014b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@356ac95a[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@382b7fa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f757ac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@5ff54d28
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4491a5b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@64c626c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c8cd953 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d438a04
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, SolrIndexWriter, SolrCore, CommitTracker, ByteBuffersDirectory]
Searcher@5c9d44ed[flush1_shard1_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@25f26d8c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da9014b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@356ac95a[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@382b7fa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f757ac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@5ff54d28
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4491a5b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@64c626c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c8cd953 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d438a04
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, SolrIndexWriter, SolrCore, CommitTracker, ByteBuffersDirectory]
Searcher@5c9d44ed[flush1_shard1_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@25f26d8c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da9014b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@356ac95a[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@382b7fa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f757ac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@5ff54d28
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4491a5b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@64c626c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c8cd953 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d438a04
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexSearcher, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, DirectUpdateHandler2, CommitTracker, SolrIndexWriter, SolrCore, CommitTracker, ByteBuffersDirectory]
Searcher@5c9d44ed[flush1_shard1_replica_n61] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@25f26d8c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2da9014b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@356ac95a[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@382b7fa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11f757ac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@5ff54d28
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@4491a5b1
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@64c626c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c8cd953 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d438a04
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([FDD3CBA58E958DCD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=14370, name=searcherExecutor13668, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.DeleteStatusTest: 
   1) Thread[id=14370, name=searcherExecutor13668, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([FDD3CBA58E958DCD]:0)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=14370, name=searcherExecutor13668, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=14370, name=searcherExecutor13668, state=WAITING, group=TGRP-DeleteStatusTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([FDD3CBA58E958DCD]:0)


FAILED:  org.apache.solr.response.transform.TestChildDocTransformer.testParentFilter

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FDD3CBA58E958DCD:A989C3EE421941A1]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.response.transform.TestChildDocTransformer.createIndex(TestChildDocTransformer.java:363)
	at org.apache.solr.response.transform.TestChildDocTransformer.testParentFilter(TestChildDocTransformer.java:55)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.response.transform.TestChildDocTransformer.testAllParams

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([FDD3CBA58E958DCD:1A98CBE0E0676D16]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.response.transform.TestChildDocTransformer.createSimpleIndex(TestChildDocTransformer.java:329)
	at org.apache.solr.response.transform.TestChildDocTransformer.testAllParams(TestChildDocTransformer.java:64)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 25s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 189 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/189/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D88E62C1D82D7949:A54C731D79D3ADE0]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D88E62C1D82D7949:A54C731D79D3ADE0]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([D88E62C1D82D7949:50DA5D1B76D114B1]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D88E62C1D82D7949:8535101F0660C1B3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D88E62C1D82D7949:5239DB208E88B44F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19553 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.475 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D88E62C1D82D7949 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 188 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/188/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F7EEBE0CC4BC0096:AA55CCD21AF1B86C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F7EEBE0CC4BC0096:7D5907ED9219CD90]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19204 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.007 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F7EEBE0CC4BC0096 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F7EEBE0CC4BC0096 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F7EEBE0CC4BC0096 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F7EEBE0CC4BC0096 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:521, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and 

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 58s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 187 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/187/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([319A604709065C59:4C58719BA8F888F0]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([319A604709065C59:4C58719BA8F888F0]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([319A604709065C59:BB2DD9A65FA3915F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([319A604709065C59:6C211299D74BE4A3]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19382 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.407 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=319A604709065C59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2r

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 38s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 186 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/186/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5B415AC292E3224C:26834B1E331DF6E5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([5B415AC292E3224C:26834B1E331DF6E5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5B415AC292E3224C:D1F6E323C446EF4A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([5B415AC292E3224C:6FA281C4CAE9AB6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19381 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.502 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5B415AC292E3224C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 37s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 185 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/185/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([493BADA61DF6DA2F:34F9BC7ABC080E86]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([493BADA61DF6DA2F:34F9BC7ABC080E86]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([493BADA61DF6DA2F:1480DF78C3BB62D5]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([493BADA61DF6DA2F:C38C14474B531729]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.658 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=493BADA61DF6DA2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-C

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 184 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/184/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2B7F8EEE4DC1A531:76C4FC30938C1DCB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2B7F8EEE4DC1A531:A1C8370F1B646837]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19211 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.708 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B7F8EEE4DC1A531 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B7F8EEE4DC1A531 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B7F8EEE4DC1A531 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B7F8EEE4DC1A531 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:458, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:476, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:498, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:501, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:521, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:527, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:544, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:644, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:109, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:181, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and 

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 0s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 183 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/183/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([53EB03717A95192E:E5071AFA4D8A1D4]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([53EB03717A95192E:D95CBA902C30D428]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19177 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.519 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=53EB03717A95192E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=53EB03717A95192E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=53EB03717A95192E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=53EB03717A95192E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls'

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 34s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 182 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/182/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F1FA71E4CA57BD22:7B4DC8059CF27024]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([F1FA71E4CA57BD22:AC41033A141A05D8]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19176 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.823 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F1FA71E4CA57BD22 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F1FA71E4CA57BD22 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F1FA71E4CA57BD22 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F1FA71E4CA57BD22 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 19s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 181 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/181/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([2B72AB25D10C27FD:A32694FF7FF04A05]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2B72AB25D10C27FD:A1C512C487A9EAFB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2B72AB25D10C27FD:76C9D9FB0F419F07]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19382 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.61 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B72AB25D10C27FD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B72AB25D10C27FD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B72AB25D10C27FD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B72AB25D10C27FD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2B72AB25D10C27FD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1552, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1584, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1745, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3109, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/C

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 39s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 180 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/180/

11 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaTest.test

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:41807/solr",
          "node_name":"127.0.0.1:41807_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node143"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:43841/solr",
          "node_name":"127.0.0.1:43841_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36851/solr",
          "node_name":"127.0.0.1:36851_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n150",
          "base_url":"http://127.0.0.1:35779/solr",
          "node_name":"127.0.0.1:35779_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:35779_solr, 127.0.0.1:36851_solr, 127.0.0.1:41807_solr, 127.0.0.1:43841_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:41807/solr",
          "node_name":"127.0.0.1:41807_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node143"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:43841/solr",
          "node_name":"127.0.0.1:43841_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36851/solr",
          "node_name":"127.0.0.1:36851_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n150",
          "base_url":"http://127.0.0.1:35779/solr",
          "node_name":"127.0.0.1:35779_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=2 totalReplicas=4
Timeout waiting to see state for collection=MoveReplicaTest_coll_true :DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:41807/solr",
          "node_name":"127.0.0.1:41807_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node143"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:43841/solr",
          "node_name":"127.0.0.1:43841_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36851/solr",
          "node_name":"127.0.0.1:36851_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n150",
          "base_url":"http://127.0.0.1:35779/solr",
          "node_name":"127.0.0.1:35779_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:35779_solr, 127.0.0.1:36851_solr, 127.0.0.1:41807_solr, 127.0.0.1:43841_solr]
Last available state: DocCollection(MoveReplicaTest_coll_true::v=17)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{
    "shard2":{
      "range":"0-7fffffff",
      "state":"active",
      "replicas":{
        "core_node143":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n67",
          "base_url":"http://127.0.0.1:41807/solr",
          "node_name":"127.0.0.1:41807_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node143"},
        "core_node140":{
          "core":"MoveReplicaTest_coll_true_shard2_replica_n66",
          "base_url":"http://127.0.0.1:43841/solr",
          "node_name":"127.0.0.1:43841_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}},
    "shard1":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{
        "core_node137":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n64",
          "base_url":"http://127.0.0.1:36851/solr",
          "node_name":"127.0.0.1:36851_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node137"},
        "core_node152":{
          "core":"MoveReplicaTest_coll_true_shard1_replica_n150",
          "base_url":"http://127.0.0.1:35779/solr",
          "node_name":"127.0.0.1:35779_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([A50DEE8967E3C8A:8204E13238825172]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:943)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:925)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:949)
	at org.apache.solr.cloud.MoveReplicaTest.test(MoveReplicaTest.java:190)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.component.CustomHighlightComponentTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, ParWorkExecutor, SolrIndexSearcher, DirectUpdateHandler2, CommitTracker, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, SolrCore, ByteBuffersDirectory]
org.apache.solr.update.SolrIndexWriter@68392371
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4af0722b[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@72c380f0[collection79_shard2_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={os.arch=amd64, java.runtime.version=11.0.6+8-LTS, os.version=5.4.0-45-generic, java.vendor=Oracle Corporation, os=Linux, timestamp=1604184274657, java.version=11.0.6, java.vm.version=11.0.6+8-LTS, lucene.version=9.0.0, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=em6yv6e83ex0iti925grgh8rz)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@4c9bac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4b1ec66 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24e19dd9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6de1b541 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56865210
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@1c5e8f40
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@271646ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15f1413c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, ParWorkExecutor, SolrIndexSearcher, DirectUpdateHandler2, CommitTracker, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, SolrCore, ByteBuffersDirectory]
org.apache.solr.update.SolrIndexWriter@68392371
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4af0722b[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@72c380f0[collection79_shard2_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={os.arch=amd64, java.runtime.version=11.0.6+8-LTS, os.version=5.4.0-45-generic, java.vendor=Oracle Corporation, os=Linux, timestamp=1604184274657, java.version=11.0.6, java.vm.version=11.0.6+8-LTS, lucene.version=9.0.0, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=em6yv6e83ex0iti925grgh8rz)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@4c9bac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4b1ec66 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24e19dd9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6de1b541 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56865210
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@1c5e8f40
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@271646ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15f1413c
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 10 object(s) that were not released!!! [SolrIndexWriter, ParWorkExecutor, SolrIndexSearcher, DirectUpdateHandler2, CommitTracker, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, SolrCore, ByteBuffersDirectory]
org.apache.solr.update.SolrIndexWriter@68392371
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:241)
	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:250)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:730)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@4af0722b[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@72c380f0[collection79_shard2_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C2:[diagnostics={os.arch=amd64, java.runtime.version=11.0.6+8-LTS, os.version=5.4.0-45-generic, java.vendor=Oracle Corporation, os=Linux, timestamp=1604184274657, java.version=11.0.6, java.vm.version=11.0.6+8-LTS, lucene.version=9.0.0, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}] :id=em6yv6e83ex0iti925grgh8rz)))}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2201)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:731)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@4c9bac
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:131)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:148)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:160)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:156)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1059)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:727)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1646)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3194)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$17(ZkController.java:2670)
	at org.apache.solr.common.ParWork.handleObject(ParWork.java:552)
	at org.apache.solr.common.ParWork.lambda$close$2(ParWork.java:394)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@4b1ec66 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24e19dd9
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6de1b541 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56865210
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2C

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 21s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 179 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/179/

9 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1B5B687D161C67D6:669979A1B7E2B37F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([1B5B687D161C67D6:669979A1B7E2B37F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 20 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ParWorkExecutor, DirectUpdateHandler2, CommitTracker, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, SolrIndexWriter, ByteBuffersDirectory, SolrCore]
Searcher@5538324c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@4ec64219
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@61a49832[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@57b6df52
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@288cb091[flush2_shard1_replica_n55] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@677aad97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1435a919 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e08dc2b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7f8cbb9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73cd31c4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6cf5cd5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e66266
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7c6867fc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@122292f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@32515c50[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@37bb4f97 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40ab397d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2265d991
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@63406976
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c988ae0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e7b0f02
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@3eb9d658
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 20 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ParWorkExecutor, DirectUpdateHandler2, CommitTracker, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, SolrIndexWriter, ByteBuffersDirectory, SolrCore]
Searcher@5538324c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@4ec64219
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@61a49832[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@57b6df52
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Searcher@288cb091[flush2_shard1_replica_n55] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@677aad97
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@1435a919 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e08dc2b
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7f8cbb9a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73cd31c4
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6cf5cd5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@45e66266
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@7c6867fc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@122292f6
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:408)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:800)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@32515c50[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@37bb4f97 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40ab397d
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:831)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1036)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@2265d991
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

disabled
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.CommitTracker
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.CommitTracker.<init>(CommitTracker.java:105)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:130)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.SolrIndexWriter@63406976
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.SolrIndexWriter
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:232)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:288)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:147)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2215)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

ByteBuffersDirectory@6c988ae0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e7b0f02
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:559)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1032)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@3eb9d658
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 20 object(s) that were not released!!! [SolrIndexSearcher, SolrCore, ParWorkExecutor, DirectUpdateHandler2, CommitTracker, SolrIndexSearcher, CommitTracker, DirectUpdateHandler2, ByteBuffersDirectory, CommitTracker, ByteBuffersDirectory, ByteBuffersDirectory, ByteBuffersDirectory, ParWorkExecutor, ByteBuffersDirectory, SolrIndexWriter, CommitTracker, SolrIndexWriter, ByteBuffersDirectory, SolrCore]
Searcher@5538324c[flush1_shard1_replica_n53] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:324)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2223)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2398)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1192)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1067)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.core.SolrCore@4ec64219
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1134)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.common.ParWorkExecutor@61a49832[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 3]
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.ParWorkExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:970)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1360)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1266)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:182)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.PerThreadExecService.runIt(PerThreadExecService.java:187)
	at org.apache.solr.common.PerThreadExecService.lambda$execute$1(PerThreadExecService.java:176)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

org.apache.solr.update.DirectUpdateHandler2@57b6df52
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.DirectUpdateHandler2
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:144)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1061)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:952)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:13

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 23s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 178 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/178/

5 tests failed.
FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([54455397AD3EB999:DC116C4D03C2D461]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([54455397AD3EB999:DEF2EA76FB9B749F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([54455397AD3EB999:9FE214973730163]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19401 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.167 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=54455397AD3EB999 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=54455397AD3EB999 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=54455397AD3EB999 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=54455397AD3EB999 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=54455397AD3EB999 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 371 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:219, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:260, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:446, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:451, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:455, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 26s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 176 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/176/

8 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:926FBC38E7F2ECA9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:926FBC38E7F2ECA9]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.response.transform.TestChildDocTransformer.testParentFilter

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:BBF7A5AF8A80F46C]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.response.transform.TestChildDocTransformer.createIndex(TestChildDocTransformer.java:364)
	at org.apache.solr.response.transform.TestChildDocTransformer.testParentFilter(TestChildDocTransformer.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.response.transform.TestChildDocTransformer.testAllParams

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:8E6ADA128FED8DB]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:712)
	at org.junit.Assert.assertNotNull(Assert.java:722)
	at org.apache.solr.response.transform.TestChildDocTransformer.createSimpleIndex(TestChildDocTransformer.java:330)
	at org.apache.solr.response.transform.TestChildDocTransformer.testAllParams(TestChildDocTransformer.java:65)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:651A140510A9F506]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([EFADADE4460C3800:B216DF3A984180FA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19685 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.048 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.response.transform.TestChildDocTransformer.testParentFilter (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.response.transform.TestChildDocTransformer.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.response.transform.TestChildDocTransformer" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.response.transform.TestChildDocTransformer.testAllParams (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.response.transform.TestChildDocTransformer.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.response.transform.TestChildDocTransformer" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EFADADE4460C3800 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 175 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/175/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6BB684F7EF3628CA:360DF629317B9030]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([6BB684F7EF3628CA:E1013D16B993E5CC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19166 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.715 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BB684F7EF3628CA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BB684F7EF3628CA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BB684F7EF3628CA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6BB684F7EF3628CA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 330 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1237, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:439, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:439, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:592, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:592, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:200, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:200, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:226, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:226, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:253, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:262, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:281, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:281, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:384, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:494, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:497, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:497, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:502, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:590, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:592, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:120, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:120, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:273, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:224, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Par

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 12s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 174 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Error processing tokens: Error while parsing action 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at input position (line 76, pos 4):
)"}
   ^

java.lang.OutOfMemoryError: Java heap space

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 173 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/173/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([705A9747B5197FA9:FAED2EA6E3BCB2AF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([705A9747B5197FA9:2DE1E5996B54C753]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19034 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.434 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=705A9747B5197FA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=705A9747B5197FA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=705A9747B5197FA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=705A9747B5197FA9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 314 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1548, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1548, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1580, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1580, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1741, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1741, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3100, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:201, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:209, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:221, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:244, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:310, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:315, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:348, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:354, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 57s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 172 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Error processing tokens: Error while parsing action 'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at input position (line 76, pos 4):
)"}
   ^

java.lang.OutOfMemoryError: Java heap space

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 171 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/171/

5 tests failed.
FAILED:  org.apache.solr.cloud.ZkShardTermsTest.testParticipationOfReplicas

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37589/solr/admin/collections?action=CREATE&name=collection1&createNodeSet=127.0.0.1%3A37589_solr&numShards=2&maxShardsPerNode=1000&nrtReplicas=2&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37589/solr/admin/collections?action=CREATE&name=collection1&createNodeSet=127.0.0.1%3A37589_solr&numShards=2&maxShardsPerNode=1000&nrtReplicas=2&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([D20F7FB54C8B88E7:67E63B2357DA8F5A]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:494)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ZkShardTermsTest.testParticipationOfReplicas(ZkShardTermsTest.java:66)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:485)
	... 47 more


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D20F7FB54C8B88E7:8FB40D6B92C6301D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([D20F7FB54C8B88E7:58B8C6541A2E45E1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19870 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.303 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.ZkShardTermsTest.testParticipationOfReplicas (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ZkShardTermsTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ZkShardTermsTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D20F7FB54C8B88E7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D20F7FB54C8B88E7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D20F7FB54C8B88E7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D20F7FB54C8B88E7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D20F7FB54C8B88E7 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 314 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:612, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:721, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:727, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:949, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1548, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1548, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1580, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1580, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1741, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1741, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:3100, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 22s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 170 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/170/

10 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:464)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerConcurrent.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 18 threads leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerConcurrent: 
   1) Thread[id=25744, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23957-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   2) Thread[id=25734, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23947-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   3) Thread[id=25735, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23948-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   4) Thread[id=25758, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23971-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   5) Thread[id=25748, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23961-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   6) Thread[id=25771, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23984-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   7) Thread[id=25752, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23965-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   8) Thread[id=25762, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23975-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   9) Thread[id=25768, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23981-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  10) Thread[id=25763, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23976-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  11) Thread[id=25742, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23955-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  12) Thread[id=25753, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23966-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  13) Thread[id=25776, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23989-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.update.DirectUpdateHandler2.close(DirectUpdateHandler2.java:813)
        at app//org.apache.solr.common.ParWork.handleObject(ParWork.java:543)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:364)
        at app//org.apache.solr.core.SolrCore.close(SolrCore.java:1737)
        at app//org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1622)
        at app//org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3185)
        at app//org.apache.solr.core.SolrCore$$Lambda$743/0x00000001009f0c40.run(Unknown Source)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  14) Thread[id=25775, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23988-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  15) Thread[id=25750, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23963-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  16) Thread[id=25737, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23950-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  17) Thread[id=25745, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23958-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  18) Thread[id=25766, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23979-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 18 threads leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerConcurrent: 
   1) Thread[id=25744, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23957-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   2) Thread[id=25734, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23947-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   3) Thread[id=25735, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23948-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   4) Thread[id=25758, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23971-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   5) Thread[id=25748, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23961-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   6) Thread[id=25771, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23984-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   7) Thread[id=25752, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23965-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   8) Thread[id=25762, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23975-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
   9) Thread[id=25768, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23981-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  10) Thread[id=25763, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23976-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  11) Thread[id=25742, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23955-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  12) Thread[id=25753, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23966-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  13) Thread[id=25776, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23989-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.update.DirectUpdateHandler2.close(DirectUpdateHandler2.java:813)
        at app//org.apache.solr.common.ParWork.handleObject(ParWork.java:543)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:364)
        at app//org.apache.solr.core.SolrCore.close(SolrCore.java:1737)
        at app//org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1622)
        at app//org.apache.solr.core.SolrCore.lambda$getConfListener$40(SolrCore.java:3185)
        at app//org.apache.solr.core.SolrCore$$Lambda$743/0x00000001009f0c40.run(Unknown Source)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:241)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  14) Thread[id=25775, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23988-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  15) Thread[id=25750, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23963-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  16) Thread[id=25737, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23950-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  17) Thread[id=25745, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23958-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
  18) Thread[id=25766, name=RootExec-SUITE-TestSolrConfigHandlerConcurrent-seed#[55F5A888A4907BAB]-worker23979-processing-n:127.0.0.1:45841_solr x:collection1_shard2_replica_n158 c:collection1 s:shard2 r:core_node321, state=WAITING, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireInterruptibly(AbstractQueuedSynchronizer.java:943)
        at java.base@11.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1263)
        at java.base@11.0.6/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
        at app//org.apache.solr.handler.SolrConfigHandler$Command$1.run(SolrConfigHandler.java:232)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB]:0)


FAILED:  org.apache.solr.handler.V2ApiIntegrationTest.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840@1b75d5eb rejected from org.apache.solr.common.ParWorkExecutor@3c57abff[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3242]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$211/0x00000001004e1840@1b75d5eb rejected from org.apache.solr.common.ParWorkExecutor@3c57abff[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3242]
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:109)
	at jdk.internal.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.request.json.JsonQueryRequestFacetingIntegrationTest.classMethod

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:33157/solr/admin/collections?action=CREATE&name=techproducts&collection.configName=techproducts_config&numShards=1&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:33157/solr/admin/collections?action=CREATE&name=techproducts&collection.configName=techproducts_config&numShards=1&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:494)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.JsonQueryRequestFacetingIntegrationTest.setupCluster(JsonQueryRequestFacetingIntegrationTest.java:66)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:485)
	... 31 more


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB:2837B954056EAF02]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB:2837B954056EAF02]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([55F5A888A4907BAB:84EDA567ADDC351]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 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.TestRuleIgnoreAfterMaxFa

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 169 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/169/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([124FA6CD730E9986:6F8DB711D2F04D2F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([124FA6CD730E9986:6F8DB711D2F04D2F]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([124FA6CD730E9986:9A1B9917DDF2F47E]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([124FA6CD730E9986:98F81F2C25AB5480]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([124FA6CD730E9986:4FF4D413AD43217C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19401 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.032 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=124FA6CD730E9986 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution faile

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 30s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 168 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/168/

9 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:4CF19041199567D3]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:4CF19041199567D3]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
java.lang.AssertionError: Caught exception: java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: SolrInternalHttpClient@36725ba4{STOPPED} is stopped

Stack Trace:
java.lang.AssertionError: Caught exception: java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: SolrInternalHttpClient@36725ba4{STOPPED} is stopped
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:B967BE471697DE82]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.schema.TestCloudSchemaless.lambda$test$0(TestCloudSchemaless.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at java.base/java.util.Collections$SynchronizedCollection.forEach(Collections.java:2067)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.forAllRestTestHarnesses(SolrCloudBridgeTestCase.java:635)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:117)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:B967BE471697DE82]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClientMultiCollectionTest.testEnsureDocumentsSentToCorrectCollection

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37959/solr/admin/collections?action=CREATE&name=collection2&collection.configName=conf&numShards=1&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37959/solr/admin/collections?action=CREATE&name=collection2&collection.configName=conf&numShards=1&nrtReplicas=1&wt=javabin&version=2
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:494)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClientMultiCollectionTest.createCollections(ConcurrentUpdateSolrClientMultiCollectionTest.java:58)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:485)
	... 46 more


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:6C88F34366260B80]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([3133819DB86BB37A:BB84387CEECE7E7C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 25425 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 84.457 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClientMultiCollectionTest.testEnsureDocumentsSentToCorrectCollection (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClientMultiCollectionTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClientMultiCollectionTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.TestCloudSchemaless.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestCloudSchemaless.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestCloudSchemaless" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3133819DB86BB37A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamc

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 44m 53s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 167 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/167/

6 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37831/solr/admin/collections?action=CREATE&name=testcollection&collection.configName=solrCloudCollectionConfig&numShards=2&maxShardsPerNode=20&nrtReplicas=2&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37831/solr/admin/collections?action=CREATE&name=testcollection&collection.configName=solrCloudCollectionConfig&numShards=2&maxShardsPerNode=20&nrtReplicas=2&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([998222D73B4D1EBF:A45A8CFB03A340CF]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:494)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.TestAuthenticationFramework.createCollection(TestAuthenticationFramework.java:109)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:119)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:75)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:485)
	... 49 more


FAILED:  org.apache.solr.cloud.api.collections.SplitByPrefixTest.doTest

Error Message:
java.lang.RuntimeException: Failed while waiting for active collection shards=4 totalReplicas=5
Timeout waiting to see state for collection=c1 :DocCollection(c1::v=24)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1_1_0":{
      "range":"0-52ffff",
      "state":"inactive",
      "replicas":{"core_node257":{
          "core":"c1_shard1_1_0_replica_n253",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node257"}},
      "stateTimestamp":"1603874042402682412"},
    "shard1_1_1":{
      "range":"530000-7fffffff",
      "state":"active",
      "replicas":{"core_node260":{
          "core":"c1_shard1_1_1_replica_n255",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node260"}},
      "stateTimestamp":"1603874042072915740"},
    "shard1_1_0_0":{
      "range":"0-ffff",
      "state":"active",
      "replicas":{"core_node267":{
          "core":"c1_shard1_1_0_0_replica_n263",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node267"}},
      "stateTimestamp":"1603874042402691762"},
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"inactive",
      "replicas":{"core_node240":{
          "core":"c1_shard1_replica_n119",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node240"}},
      "stateTimestamp":"1603874041372794003"},
    "shard1_1":{
      "range":"0-7fffffff",
      "state":"inactive",
      "replicas":{"core_node250":{
          "core":"c1_shard1_1_replica_n245",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node250"}},
      "stateTimestamp":"1603874042072920349"},
    "shard1_1_0_1":{
      "range":"10000-52ffff",
      "state":"active",
      "replicas":{"core_node270":{
          "core":"c1_shard1_1_0_1_replica_n265",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node270"}},
      "stateTimestamp":"1603874042402696479"},
    "shard1_0":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node247":{
          "core":"c1_shard1_0_replica_n243",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node247"}},
      "stateTimestamp":"1603874041372826116"}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33285_solr]
Last available state: DocCollection(c1::v=24)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1_1_0":{
      "range":"0-52ffff",
      "state":"inactive",
      "replicas":{"core_node257":{
          "core":"c1_shard1_1_0_replica_n253",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node257"}},
      "stateTimestamp":"1603874042402682412"},
    "shard1_1_1":{
      "range":"530000-7fffffff",
      "state":"active",
      "replicas":{"core_node260":{
          "core":"c1_shard1_1_1_replica_n255",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node260"}},
      "stateTimestamp":"1603874042072915740"},
    "shard1_1_0_0":{
      "range":"0-ffff",
      "state":"active",
      "replicas":{"core_node267":{
          "core":"c1_shard1_1_0_0_replica_n263",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node267"}},
      "stateTimestamp":"1603874042402691762"},
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"inactive",
      "replicas":{"core_node240":{
          "core":"c1_shard1_replica_n119",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node240"}},
      "stateTimestamp":"1603874041372794003"},
    "shard1_1":{
      "range":"0-7fffffff",
      "state":"inactive",
      "replicas":{"core_node250":{
          "core":"c1_shard1_1_replica_n245",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node250"}},
      "stateTimestamp":"1603874042072920349"},
    "shard1_1_0_1":{
      "range":"10000-52ffff",
      "state":"active",
      "replicas":{"core_node270":{
          "core":"c1_shard1_1_0_1_replica_n265",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node270"}},
      "stateTimestamp":"1603874042402696479"},
    "shard1_0":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node247":{
          "core":"c1_shard1_0_replica_n243",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node247"}},
      "stateTimestamp":"1603874041372826116"}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection shards=4 totalReplicas=5
Timeout waiting to see state for collection=c1 :DocCollection(c1::v=24)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1_1_0":{
      "range":"0-52ffff",
      "state":"inactive",
      "replicas":{"core_node257":{
          "core":"c1_shard1_1_0_replica_n253",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node257"}},
      "stateTimestamp":"1603874042402682412"},
    "shard1_1_1":{
      "range":"530000-7fffffff",
      "state":"active",
      "replicas":{"core_node260":{
          "core":"c1_shard1_1_1_replica_n255",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node260"}},
      "stateTimestamp":"1603874042072915740"},
    "shard1_1_0_0":{
      "range":"0-ffff",
      "state":"active",
      "replicas":{"core_node267":{
          "core":"c1_shard1_1_0_0_replica_n263",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node267"}},
      "stateTimestamp":"1603874042402691762"},
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"inactive",
      "replicas":{"core_node240":{
          "core":"c1_shard1_replica_n119",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node240"}},
      "stateTimestamp":"1603874041372794003"},
    "shard1_1":{
      "range":"0-7fffffff",
      "state":"inactive",
      "replicas":{"core_node250":{
          "core":"c1_shard1_1_replica_n245",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node250"}},
      "stateTimestamp":"1603874042072920349"},
    "shard1_1_0_1":{
      "range":"10000-52ffff",
      "state":"active",
      "replicas":{"core_node270":{
          "core":"c1_shard1_1_0_1_replica_n265",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node270"}},
      "stateTimestamp":"1603874042402696479"},
    "shard1_0":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node247":{
          "core":"c1_shard1_0_replica_n243",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node247"}},
      "stateTimestamp":"1603874041372826116"}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:33285_solr]
Last available state: DocCollection(c1::v=24)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1_1_0":{
      "range":"0-52ffff",
      "state":"inactive",
      "replicas":{"core_node257":{
          "core":"c1_shard1_1_0_replica_n253",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node257"}},
      "stateTimestamp":"1603874042402682412"},
    "shard1_1_1":{
      "range":"530000-7fffffff",
      "state":"active",
      "replicas":{"core_node260":{
          "core":"c1_shard1_1_1_replica_n255",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node260"}},
      "stateTimestamp":"1603874042072915740"},
    "shard1_1_0_0":{
      "range":"0-ffff",
      "state":"active",
      "replicas":{"core_node267":{
          "core":"c1_shard1_1_0_0_replica_n263",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node267"}},
      "stateTimestamp":"1603874042402691762"},
    "shard1":{
      "range":"80000000-7fffffff",
      "state":"inactive",
      "replicas":{"core_node240":{
          "core":"c1_shard1_replica_n119",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node240"}},
      "stateTimestamp":"1603874041372794003"},
    "shard1_1":{
      "range":"0-7fffffff",
      "state":"inactive",
      "replicas":{"core_node250":{
          "core":"c1_shard1_1_replica_n245",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node250"}},
      "stateTimestamp":"1603874042072920349"},
    "shard1_1_0_1":{
      "range":"10000-52ffff",
      "state":"active",
      "replicas":{"core_node270":{
          "core":"c1_shard1_1_0_1_replica_n265",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node270"}},
      "stateTimestamp":"1603874042402696479"},
    "shard1_0":{
      "range":"80000000-ffffffff",
      "state":"active",
      "replicas":{"core_node247":{
          "core":"c1_shard1_0_replica_n243",
          "base_url":"http://127.0.0.1:33285/solr",
          "node_name":"127.0.0.1:33285_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true",
          "core_node_name":"core_node247"}},
      "stateTimestamp":"1603874041372826116"}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([998222D73B4D1EBF:3EC69A7356F60D06]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:927)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:933)
	at org.apache.solr.cloud.api.collections.SplitByPrefixTest.doTest(SplitByPrefixTest.java:254)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([998222D73B4D1EBF:C4395009E500A645]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([998222D73B4D1EBF:13359B366DE8D3B9]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 24116 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.392 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestAuthenticationFramework.testBasics (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestAuthenticationFramework.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestAuthenticationFramework" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.api.collections.SplitByPrefixTest.doTest (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.SplitByPrefixTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.SplitByPrefixTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=998222D73B4D1EBF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/license

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 11s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 166 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/166/

9 tests failed.
FAILED:  org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast

Error Message:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once

Stack Trace:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:14194F6AA48DE6A5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.core.BlobRepositoryCloudTest.classMethod

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43371/solr/admin/collections?action=CREATE&name=col2&collection.configName=configname&numShards=1&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:43371/solr/admin/collections?action=CREATE&name=col2&collection.configName=configname&numShards=1&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:494)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.core.BlobRepositoryCloudTest.setupCluster(BlobRepositoryCloudTest.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:485)
	... 31 more


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:4F90591AAD40E221]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:BA06771CA2425B70]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:BA06771CA2425B70]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:4D73DF21551942DF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C7C466C003BC8FD9:9A7F141EDDF13723]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 20919 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 67.97 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.core.BlobRepositoryCloudTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.BlobRepositoryCloudTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.BlobRepositoryCloudTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestQueryingOnDownCollection.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestQueryingOnDownCollection" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C7C466C003BC8FD9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 55m 3s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 165 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/165/

8 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
java.lang.AssertionError: Caught exception: java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: SolrInternalHttpClient@29d7741d{STOPPED} is stopped

Stack Trace:
java.lang.AssertionError: Caught exception: java.util.concurrent.ExecutionException: java.util.concurrent.RejectedExecutionException: SolrInternalHttpClient@29d7741d{STOPPED} is stopped
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:D8F47A983B8B2338]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.schema.TestCloudSchemaless.lambda$test$0(TestCloudSchemaless.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)
	at java.base/java.util.Collections$SynchronizedCollection.forEach(Collections.java:2067)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.forAllRestTestHarnesses(SolrCloudBridgeTestCase.java:635)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:117)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.schema.TestSchemalessBufferedUpdates.test

Error Message:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound

Stack Trace:
java.lang.RuntimeException: mismatch: '2'!='1' @ response/numFound
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:D8F47A983B8B2338]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:881)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:830)
	at org.apache.solr.schema.TestSchemalessBufferedUpdates.test(TestSchemalessBufferedUpdates.java:119)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:2D62549E34899A69]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:2D62549E34899A69]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:D1B379C4B3AF63A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([50A0454295774EC0:DA17FCA3C3D283C6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 22934 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.412 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.schema.TestCloudSchemaless.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestCloudSchemaless.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestCloudSchemaless" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.schema.TestSchemalessBufferedUpdates.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.TestSchemalessBufferedUpdates.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.TestSchemalessBufferedUpdates" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=50A0454295774EC0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* W

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 24m 5s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 164 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/164/

7 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse

Error Message:
java.lang.AssertionError: Expected collection 'asynccall' to have 4 shards and 4 replica
Timeout waiting to see state for collection=asynccall :DocCollection(asynccall::v=3)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"core_node290":{
          "core":"asynccall_shard3_replica_n141",
          "base_url":"http://127.0.0.1:40245/solr",
          "state":"down",
          "node_name":"127.0.0.1:40245_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"core_node293":{
          "core":"asynccall_shard4_replica_n142",
          "base_url":"http://127.0.0.1:37701/solr",
          "state":"down",
          "node_name":"127.0.0.1:37701_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:37701_solr, 127.0.0.1:40245_solr]
Last available state: DocCollection(asynccall::v=3)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"core_node290":{
          "core":"asynccall_shard3_replica_n141",
          "base_url":"http://127.0.0.1:40245/solr",
          "state":"down",
          "node_name":"127.0.0.1:40245_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"core_node293":{
          "core":"asynccall_shard4_replica_n142",
          "base_url":"http://127.0.0.1:37701/solr",
          "state":"down",
          "node_name":"127.0.0.1:37701_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected collection 'asynccall' to have 4 shards and 4 replica
Timeout waiting to see state for collection=asynccall :DocCollection(asynccall::v=3)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"core_node290":{
          "core":"asynccall_shard3_replica_n141",
          "base_url":"http://127.0.0.1:40245/solr",
          "state":"down",
          "node_name":"127.0.0.1:40245_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"core_node293":{
          "core":"asynccall_shard4_replica_n142",
          "base_url":"http://127.0.0.1:37701/solr",
          "state":"down",
          "node_name":"127.0.0.1:37701_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:37701_solr, 127.0.0.1:40245_solr]
Last available state: DocCollection(asynccall::v=3)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard2":{
      "range":"c0000000-ffffffff",
      "state":"active",
      "replicas":{}},
    "shard3":{
      "range":"0-3fffffff",
      "state":"active",
      "replicas":{"core_node290":{
          "core":"asynccall_shard3_replica_n141",
          "base_url":"http://127.0.0.1:40245/solr",
          "state":"down",
          "node_name":"127.0.0.1:40245_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard4":{
      "range":"40000000-7fffffff",
      "state":"active",
      "replicas":{"core_node293":{
          "core":"asynccall_shard4_replica_n142",
          "base_url":"http://127.0.0.1:37701/solr",
          "state":"down",
          "node_name":"127.0.0.1:37701_solr",
          "numShards":"4",
          "shards":null,
          "type":"NRT"}}},
    "shard1":{
      "range":"80000000-bfffffff",
      "state":"active",
      "replicas":{}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"100",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([B1FEC7E727D17CDC:EBFFA20B09EBF105]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:350)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:329)
	at org.apache.solr.cloud.api.collections.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse(AsyncCallRequestStatusResponseTest.java:61)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B1FEC7E727D17CDC:CC3CD63B862FA875]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([B1FEC7E727D17CDC:CC3CD63B862FA875]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B1FEC7E727D17CDC:3B497E067174B1DA]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([B1FEC7E727D17CDC:EC45B539F99CC426]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19835 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.228 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.api.collections.AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.AsyncCallRequestStatusResponseTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.AsyncCallRequestStatusResponseTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B1FEC7E727D17CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: 

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 10 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 56s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 163 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/163/

7 tests failed.
FAILED:  org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast

Error Message:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once

Stack Trace:
junit.framework.AssertionFailedError: Request should fail after trying all replica nodes once
	at __randomizedtesting.SeedInfo.seed([DD8DF547911D5B06:E50DCED362C327A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
	at org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:94)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DD8DF547911D5B06:A04FE49B30E38FAF]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DD8DF547911D5B06:A04FE49B30E38FAF]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DD8DF547911D5B06:803687994F50E3FC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([DD8DF547911D5B06:573A4CA6C7B89600]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19794 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.619 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestQueryingOnDownCollection.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestQueryingOnDownCollection" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DD8DF547911D5B06 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=====================================

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 162 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/162/

8 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.classMethod

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39693/solr/admin/collections?action=CREATE&name=dv_coll&collection.configName=conf1&numShards=4&maxShardsPerNode=3&nrtReplicas=1&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39693/solr/admin/collections?action=CREATE&name=dv_coll&collection.configName=conf1&numShards=4&maxShardsPerNode=3&nrtReplicas=1&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:493)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.createCluster(DocValuesNotIndexedTest.java:95)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:484)
	... 31 more


FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267:9B5DDB635E3966CE]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267:9B5DDB635E3966CE]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_E69FCABFFFC7B267-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n88/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@467da33c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_E69FCABFFFC7B267-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n88/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@467da33c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_E69FCABFFFC7B267-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n88/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@467da33c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_E69FCABFFFC7B267-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n88/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@467da33c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267:BB24B861218A0A9D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([E69FCABFFFC7B267:6C28735EA9627F61]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 26328 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.737 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DocValuesNotIndexedTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DocValuesNotIndexedTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DocValuesNotIndexedTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E69FCABFFFC7B267 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 8s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 161 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/161/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9009C0D8860FEB72:EDCBD10427F13FDB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([9009C0D8860FEB72:EDCBD10427F13FDB]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_9009C0D8860FEB72-001/tempDir-002/node4/deleteReplicaOnIndexing_shard1_replica_n95/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498fb418; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_9009C0D8860FEB72-001/tempDir-002/node4/deleteReplicaOnIndexing_shard1_replica_n95/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498fb418; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_9009C0D8860FEB72-001/tempDir-002/node4/deleteReplicaOnIndexing_shard1_replica_n95/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498fb418; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_9009C0D8860FEB72-001/tempDir-002/node4/deleteReplicaOnIndexing_shard1_replica_n95/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498fb418; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([9009C0D8860FEB72]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9009C0D8860FEB72:1ABE7939D0AA2674]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([9009C0D8860FEB72:CDB2B20658425388]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 24653 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.431 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9009C0D8860FEB72 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 24s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 160 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/160/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2FA02533880B137:884DBBB26E257C31]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2FA02533880B137:5F41708DE6CD09CD]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 18643 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.719 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FA02533880B137 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FA02533880B137 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FA02533880B137 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2FA02533880B137 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 298 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:609, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:719, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:725, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:947, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:1367, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1232, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1232, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:439, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:439, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:587, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:587, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:199, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:199, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:252, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:259, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:278, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:278, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:480, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:485, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:489, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:493, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:571, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:120, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:120, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:273, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Hel

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 49s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 159 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/159/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([ED75B4D8CB52350C:90B7A5046AACE1A5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([ED75B4D8CB52350C:90B7A5046AACE1A5]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_ED75B4D8CB52350C-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n68/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0057d9; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_ED75B4D8CB52350C-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n68/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0057d9; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_ED75B4D8CB52350C-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n68/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0057d9; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_ED75B4D8CB52350C-001/tempDir-001/node3/deleteReplicaOnIndexing_shard1_replica_n68/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c0057d9; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([ED75B4D8CB52350C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ED75B4D8CB52350C:67C20D399DF7F80A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([ED75B4D8CB52350C:B0CEC606151F8DF6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 23985 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.054 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED75B4D8CB52350C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 30s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 158 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/158/

8 tests failed.
FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:464)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MissingSegmentRecoveryTest: 
   1) Thread[id=9296, name=RootExec-SUITE-MissingSegmentRecoveryTest-seed#[2C8A7A7674329D26]-worker8837-processing-n:127.0.0.1:39957_solr x:MissingSegmentRecoveryTest_shard1_replica_n57 c:MissingSegmentRecoveryTest s:shard1 r:core_node118, state=TIMED_WAITING, group=TGRP-MissingSegmentRecoveryTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.cloud.RecoveryStrategy.close(RecoveryStrategy.java:213)
        at app//org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:362)
        at app//org.apache.solr.update.DefaultSolrCoreState.lambda$doRecovery$0(DefaultSolrCoreState.java:384)
        at app//org.apache.solr.update.DefaultSolrCoreState$$Lambda$1012/0x0000000100de7040.run(Unknown Source)
        at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$202/0x00000001004e4840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MissingSegmentRecoveryTest: 
   1) Thread[id=9296, name=RootExec-SUITE-MissingSegmentRecoveryTest-seed#[2C8A7A7674329D26]-worker8837-processing-n:127.0.0.1:39957_solr x:MissingSegmentRecoveryTest_shard1_replica_n57 c:MissingSegmentRecoveryTest s:shard1 r:core_node118, state=TIMED_WAITING, group=TGRP-MissingSegmentRecoveryTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.cloud.RecoveryStrategy.close(RecoveryStrategy.java:213)
        at app//org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:362)
        at app//org.apache.solr.update.DefaultSolrCoreState.lambda$doRecovery$0(DefaultSolrCoreState.java:384)
        at app//org.apache.solr.update.DefaultSolrCoreState$$Lambda$1012/0x0000000100de7040.run(Unknown Source)
        at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$202/0x00000001004e4840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26]:0)


FAILED:  org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$202/0x00000001004e4840@74de5ba9 rejected from org.apache.solr.common.ParWorkExecutor@d3c1d49[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 790]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$202/0x00000001004e4840@74de5ba9 rejected from org.apache.solr.common.ParWorkExecutor@d3c1d49[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 790]
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:109)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testCommitWithinOnAdd

Error Message:
junit.framework.AssertionFailedError: expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26:3005501A05907D2D]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.failNotEquals(Assert.java:329)
	at junit.framework.Assert.assertEquals(Assert.java:78)
	at junit.framework.Assert.assertEquals(Assert.java:159)
	at junit.framework.Assert.assertEquals(Assert.java:166)
	at org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnAdd(SolrExampleTestsBase.java:93)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26:713108A8AA7F25DC]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([2C8A7A7674329D26:A63DC39722975020]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 30553 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 38.446 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testCommitWithinOnAdd (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MissingSegmentRecoveryTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MissingSegmentRecoveryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MissingSegmentRecoveryTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MissingSegmentRecoveryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.TestExclusionRuleCollectionAccess.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.TestExclusionRuleCollectionAccess.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestExclusionRuleCollectionAccess" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2C8A7A7674329D26 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 40s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 157 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/157/

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_4D8970B19C4D2381-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n80/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8322c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_4D8970B19C4D2381-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n80/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8322c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_4D8970B19C4D2381-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n80/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8322c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_4D8970B19C4D2381-001/tempDir-001/node2/deleteReplicaOnIndexing_shard1_replica_n80/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8322c; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([4D8970B19C4D2381]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.servlet.HttpSolrCallGetCoreTest.classMethod

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:40553/solr/admin/collections?action=CREATE&name=collection1&collection.configName=config&numShards=3&maxShardsPerNode=6&nrtReplicas=2&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:40553/solr/admin/collections?action=CREATE&name=collection1&collection.configName=config&numShards=3&maxShardsPerNode=6&nrtReplicas=2&wt=javabin&version=2
	at __randomizedtesting.SeedInfo.seed([4D8970B19C4D2381]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:493)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.servlet.HttpSolrCallGetCoreTest.setupCluster(HttpSolrCallGetCoreTest.java:52)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:484)
	... 31 more


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4D8970B19C4D2381:1032026F42009B7B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([4D8970B19C4D2381:C73EC950CAE8EE87]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 25095 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.9 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.servlet.HttpSolrCallGetCoreTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.servlet.HttpSolrCallGetCoreTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.servlet.HttpSolrCallGetCoreTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4D8970B19C4D2381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 18s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 156 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/156/

7 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([68F2DC788E55685D:1530CDA42FABBCF4]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([68F2DC788E55685D:1530CDA42FABBCF4]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCollectionReload

Error Message:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35537/solr/admin/collections?action=CREATE&name=reloaded_collection&collection.configName=conf&numShards=2&maxShardsPerNode=10&nrtReplicas=2&wt=javabin&version=2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:35537/solr/admin/collections?action=CREATE&name=reloaded_collection&collection.configName=conf&numShards=2&maxShardsPerNode=10&nrtReplicas=2&wt=javabin&version=2
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:493)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:398)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1226)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:943)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:867)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCollectionReload(CollectionsAPIDistClusterPerZkTest.java:337)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:484)
	... 47 more


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([68F2DC788E55685D:E2456599D8F0A55B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([68F2DC788E55685D:3549AEA65018D0A7]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 23513 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.289 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCollectionReload (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=68F2DC788E55685D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'comman

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 57s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 155 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/155/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_8838B1FA3BDF4F31-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n110/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647246d1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_8838B1FA3BDF4F31-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n110/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647246d1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_8838B1FA3BDF4F31-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n110/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647246d1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_8838B1FA3BDF4F31-001/tempDir-004/node4/deleteReplicaOnIndexing_shard1_replica_n110/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@647246d1; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
	at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:169)
	at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:124)
	at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:347)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([8838B1FA3BDF4F31]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8838B1FA3BDF4F31:D583C324E592F7CB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([8838B1FA3BDF4F31:28F081B6D7A8237]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 24159 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.814 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8838B1FA3BDF4F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8838B1FA3BDF4F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8838B1FA3BDF4F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8838B1FA3BDF4F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8838B1FA3BDF4F31 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-

[...truncated too long message...]

/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 2s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 154 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/154/

8 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_7CC6F9A610AA4B3C-001/tempDir-003/node3/deleteReplicaOnIndexing_shard1_replica_n90/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af74cbd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_7CC6F9A610AA4B3C-001/tempDir-003/node3/deleteReplicaOnIndexing_shard1_replica_n90/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af74cbd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_7CC6F9A610AA4B3C-001/tempDir-003/node3/deleteReplicaOnIndexing_shard1_replica_n90/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af74cbd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

 expected null, but was:<ObjectTracker found 1 object(s) that were not released!!! [NRTCachingDirectory]
NRTCachingDirectory(MMapDirectory@/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/tmp/tests-tmp/solr.cloud.DeleteReplicaTest_7CC6F9A610AA4B3C-001/tempDir-003/node3/deleteReplicaOnIndexing_shard1_replica_n90/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5af74cbd; maxCacheMB=48.0 maxMergeSizeMB=4.0)
StackTrace:
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.NRTCachingDirectory
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:56)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:427)
	at org.apache.solr.update.SolrIndexWriter.getDir(SolrIndexWriter.java:238)
	at org.apache.solr.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:119)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:825)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1030)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:946)
	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1368)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1274)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:101)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:371)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:401)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:173)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:919)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:885)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:574)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:482)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:411)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.servlet.SolrQoSFilter.doFilter(SolrQoSFilter.java:103)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:191)
	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:572)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:516)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
	at org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:677)
	at org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:846)
	at org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:720)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

>
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:489)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.DeleteStatusTest.classMethod

Error Message:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$227/0x0000000100500840@1f8ac833 rejected from org.apache.solr.common.ParWorkExecutor@3fc2a084[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 769]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$227/0x0000000100500840@1f8ac833 rejected from org.apache.solr.common.ParWorkExecutor@3fc2a084[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 769]
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C]:0)
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:215)
	at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118)
	at org.apache.solr.common.util.SolrQueuedThreadPool.startThread(SolrQueuedThreadPool.java:595)
	at org.apache.solr.common.util.SolrQueuedThreadPool.ensureThreads(SolrQueuedThreadPool.java:581)
	at org.apache.solr.common.util.SolrQueuedThreadPool.doStart(SolrQueuedThreadPool.java:197)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
	at org.apache.solr.cloud.SolrCloudTestCase.beforeSolrCloudTestCase(SolrCloudTestCase.java:109)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:89)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:78)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:104)
	at org.apache.solr.common.ParWork.shutdownRootSharedExec(ParWork.java:93)
	at org.apache.solr.SolrTestCase.afterSolrTestCase(SolrTestCase.java:464)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MissingSegmentRecoveryTest: 
   1) Thread[id=13015, name=RootExec-SUITE-MissingSegmentRecoveryTest-seed#[7CC6F9A610AA4B3C]-worker12449-processing-n:127.0.0.1:33513_solr x:MissingSegmentRecoveryTest_shard1_replica_n59 c:MissingSegmentRecoveryTest s:shard1 r:core_node122, state=TIMED_WAITING, group=TGRP-MissingSegmentRecoveryTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.cloud.RecoveryStrategy.close(RecoveryStrategy.java:213)
        at app//org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:362)
        at app//org.apache.solr.update.DefaultSolrCoreState.lambda$doRecovery$0(DefaultSolrCoreState.java:384)
        at app//org.apache.solr.update.DefaultSolrCoreState$$Lambda$1061/0x0000000100e21840.run(Unknown Source)
        at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$227/0x0000000100500840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.MissingSegmentRecoveryTest: 
   1) Thread[id=13015, name=RootExec-SUITE-MissingSegmentRecoveryTest-seed#[7CC6F9A610AA4B3C]-worker12449-processing-n:127.0.0.1:33513_solr x:MissingSegmentRecoveryTest_shard1_replica_n59 c:MissingSegmentRecoveryTest s:shard1 r:core_node122, state=TIMED_WAITING, group=TGRP-MissingSegmentRecoveryTest]
        at java.base@11.0.6/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.6/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.6/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
        at java.base@11.0.6/java.util.concurrent.FutureTask.get(FutureTask.java:203)
        at app//org.apache.solr.common.ParWork.close(ParWork.java:420)
        at app//org.apache.solr.cloud.RecoveryStrategy.close(RecoveryStrategy.java:213)
        at app//org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:362)
        at app//org.apache.solr.update.DefaultSolrCoreState.lambda$doRecovery$0(DefaultSolrCoreState.java:384)
        at app//org.apache.solr.update.DefaultSolrCoreState$$Lambda$1061/0x0000000100e21840.run(Unknown Source)
        at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
        at java.base@11.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.6/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:230)
        at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$227/0x0000000100500840.run(Unknown Source)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:98)
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C]:0)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C:217D8B78CEE7F3C6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([7CC6F9A610AA4B3C:F6714047460F863A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 25183 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.698 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MissingSegmentRecoveryTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MissingSegmentRecoveryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.MissingSegmentRecoveryTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MissingSegmentRecoveryTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.MissingSegmentRecoveryTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteStatusTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteStatusTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteStatusTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7CC6F9A610AA4B3C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Tr

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 40s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 153 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/153/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C2A44759189D732B:BF665685B963A782]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C2A44759189D732B:BF665685B963A782]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C2A44759189D732B:4813FEB84E38BE2D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([C2A44759189D732B:9F1F3587C6D0CBD1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 18820 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.424 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2438 links (1754 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:langid:check
> Task :solr:docker:package:check

ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C2A44759189D732B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 63 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.2.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.32.v20200930-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.32.v20200930.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.32.v20200930'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.32.v20200930.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:validateSourcePatterns'.
> Found 1 violations in source files (tabs instead spaces).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':lucene:test-framework:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrLifcycleListener.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 298 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:583, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1187, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:609, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:719, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:725, 
  cause: 'hasParens true prevLineNotIf true pernickety

[...truncated too long message...]

Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:test-framework:validateSourcePatterns'.
> Found 7 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:analytics:validateSourcePatterns'.
> Found 11 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

52: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

53: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

54: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

55: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

56: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:jaegertracer-configurator:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

57: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

58: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

59: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:ltr:validateSourcePatterns'.
> Found 4 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

60: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

61: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

62: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateSourcePatterns'.
> Found 2 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

63: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateSourcePatterns'.
> Found 1 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 54s
791 actionable tasks: 791 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 152 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/152/

6 tests failed.
FAILED:  org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BE62AED4AAE8BA67:C3A0BF080B166ECE]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes

Error Message:
java.lang.AssertionError

Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([BE62AED4AAE8BA67:C3A0BF080B166ECE]: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.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.checkEncodingCalled(TestUniformSplitPostingFormat.java:63)
	at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:1000)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE62AED4AAE8BA67:E3D9DC0A74A5029D]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BE62AED4AAE8BA67:34D51735FC4D7761]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19751 lines...]
ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.TestUniformSplitPostingFormat" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.testCheckIntegrityReadsAllBytes (:lucene:codecs)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat.txt
    Reproduce with: gradlew :lucene:codecs:test --tests "org.apache.lucene.codecs.uniformsplit.sharedterms.TestSTUniformSplitPostingFormat" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=BE62AED4AAE8BA67 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 40

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 440 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name], nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.awaitility:awaitility]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.31.v20200723-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/missing-docs-check.gradle' line: 105

* What went wrong:
Execution failed for task ':lucene:benchmark:checkMissingDocsDefault'.
> Javadoc verification failed:
  
  /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/benchmark/build/docs/javadoc/org/apache/lucene/benchmark/utils/package-summary.html
    missing description: PropertiesUtil
  
  Missing javadocs were found!


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrTinyBuilder.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 242

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 264 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:617, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:710, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:716, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:1033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:287, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:335, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:379, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:453, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:497, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:521, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:847, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:126, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:201, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1062, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1640, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:582, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1276, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1381, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-

[...truncated too long message...]

loud/ZkTestServer.java:830, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:838, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:306, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:394, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:931, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:938, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:475, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:600, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:608).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

38: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

39: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:codecs:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/codecs/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:analysis:common:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
766 actionable tasks: 766 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 151 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/151/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BB64F76A508BF5B0:E6DF85B48EC64D4A]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([BB64F76A508BF5B0:31D34E8B062E38B6]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19583 lines...]
ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=BB64F76A508BF5B0 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=BB64F76A508BF5B0 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=BB64F76A508BF5B0 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=BB64F76A508BF5B0 -Ptests.multiplier=2 -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 49 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 40

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 440 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name], nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.awaitility:awaitility]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.31.v20200723-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/missing-docs-check.gradle' line: 105

* What went wrong:
Execution failed for task ':lucene:benchmark:checkMissingDocsDefault'.
> Javadoc verification failed:
  
  /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/benchmark/build/docs/javadoc/org/apache/lucene/benchmark/utils/package-summary.html
    missing description: PropertiesUtil
  
  Missing javadocs were found!


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrTinyBuilder.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 242

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 264 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:617, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:710, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:716, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:1033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/TransientSolrCoreCacheDefault.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:170, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:197, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:202, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:229, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:241, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:264, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:280, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:287, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:330, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:335, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:368, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:371, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:374, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:379, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:453, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:464, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:497, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CachingDirectoryFactory.java:521, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:847, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:126, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:156, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ZkContainer.java:201, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1062, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1217, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1223, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/CoreContainer.java:1640, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:582, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1276, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1381, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2092, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2102, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2121, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:257, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:290, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:290, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:478, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:482, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:486, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerEventQueue.java:94, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/OverseerTriggerThread.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/OverseerTriggerThread.java:116, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:539, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:539, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:553, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:553, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:640, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src

[...truncated too long message...]

nd with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:758, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:830, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:838, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:306, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:394, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:931, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:938, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:475, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:600, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:608).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

38: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

39: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:analysis:common:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 33s
766 actionable tasks: 766 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-Check-cloud2refimpl - Build # 150 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Check-cloud2refimpl/150/

4 tests failed.
FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([CA09ADEEBD13DD25:97B2DF30635E65DF]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms(TestSynonymFilterFactory.java:56)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat

Error Message:
java.lang.AssertionError: token 1 does not exist

Stack Trace:
java.lang.AssertionError: token 1 does not exist
	at __randomizedtesting.SeedInfo.seed([CA09ADEEBD13DD25:40BE140FEBB61023]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:195)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:319)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:323)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:327)
	at org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:351)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.checkSolrSynonyms(TestSynonymFilterFactory.java:38)
	at org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat(TestSynonymFilterFactory.java:70)
	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:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at 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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit(TestSysoutsLimits.java:60)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.util.TestSysoutsLimits.OverHardLimit

Error Message:
java.lang.AssertionError: 

Stack Trace:
java.lang.AssertionError: 
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.lucene.util.TestSysoutsLimits.OverHardLimit(TestSysoutsLimits.java:102)
	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:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:118)
	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:566)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:413)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 19641 lines...]
ERROR: The following test(s) have failed:
  - org.apache.lucene.util.TestSysoutsLimits.testOverSoftLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=CA09ADEEBD13DD25 -Ptests.multiplier=2 -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.util.TestSysoutsLimits.OverHardLimit (:lucene:test-framework)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/outputs/OUTPUT-org.apache.lucene.util.TestSysoutsLimits.txt
    Reproduce with: gradlew :lucene:test-framework:test --tests "org.apache.lucene.util.TestSysoutsLimits" -Ptests.seed=CA09ADEEBD13DD25 -Ptests.multiplier=2 -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testSynonyms (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=CA09ADEEBD13DD25 -Ptests.multiplier=2 -Ptests.file.encoding=US-ASCII

  - org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.testFormat (:lucene:analysis:common)
    Test output: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.synonym.TestSynonymFilterFactory.txt
    Reproduce with: gradlew :lucene:analysis:common:test --tests "org.apache.lucene.analysis.synonym.TestSynonymFilterFactory" -Ptests.seed=CA09ADEEBD13DD25 -Ptests.multiplier=2 -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 49 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [com.fasterxml.woodstox:woodstox-core:6.0.3, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 40

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 440 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name], nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':verifyLocks'.
> Found dependencies that were not in the lock state: [org.awaitility:awaitility]. Please run './gradlew --write-locks'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.3.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.3.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.31.v20200723-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.0.3.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 262

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 195

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.31.v20200723.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.31.v20200723'), expected it at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.31.v20200723.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/missing-docs-check.gradle' line: 105

* What went wrong:
Execution failed for task ':lucene:benchmark:checkMissingDocsDefault'.
> Javadoc verification failed:
  
  /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/benchmark/build/docs/javadoc/org/apache/lucene/benchmark/utils/package-summary.html
    missing description: PropertiesUtil
  
  Missing javadocs were found!


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:suggest:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/rat-sources.gradle' line: 236

* What went wrong:
Execution failed for task ':solr:core:rat'.
> Found 4 file(s) with errors:
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrTinyBuilder.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/component/SolrExecutorCompletionService.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricRegistry.java
    - Unknown license: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/servlet/SolrShutdownHandler.java

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 242

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 264 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:582, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1186, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:617, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:710, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:716, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:1033, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:1422, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:429, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:558, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkDistributedQueue.java:558, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:195, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:225, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:257, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:267, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:290, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:290, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:472, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:478, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:482, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskProcessor.java:486, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:121, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:121, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:271, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/OverseerTaskQueue.java:271, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/LeaderElector.java:148, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:222, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:244, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:378, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:412, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:524, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:636, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/Overseer.java:636, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/RecoveryStrategy.java:525, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ShardLeaderElectionContext.java:263, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ShardLeaderElectionContext.java:335, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ShardLeaderElectionContext.java:353, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ShardLeaderElectionContext.java:434, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ShardLeaderElectionContext.java:434, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/TriggerEventQueue.java:94, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:539, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:539, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:553, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:553, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/ScheduledTriggers.java:640, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/OverseerTriggerThread.java:116, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/autoscaling/OverseerTriggerThread.java:116, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:351, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:356, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:358, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:361, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:363, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:790, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:795, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1000, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1006, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1025, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1027, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1080, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1260, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1276, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:1381, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2033, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2092, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2102, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2121, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2531, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkController.java:2543, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkShardTerms.java:119, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/ZkShardTerms.java:119, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/AddReplicaCmd.java:100, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:188, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:188, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:230, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:264, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:290, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:290, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:351, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:445, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:457, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:661, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java:679, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java:307, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/L

[...truncated too long message...]

nd with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:758, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:830, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java:838, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:306, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:394, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:931, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:938, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:475, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:600, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/SolrTestCase.java:608).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

38: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

39: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/jdk-11.0.6/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:test-framework:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/test-framework/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':lucene:analysis:common:test'.
> There were failing tests. See the results at: file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Check-cloud2refimpl/lucene/analysis/common/build/test-results/test/

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 31s
766 actionable tasks: 766 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any